dictionary: Avoid name shadowing in dict_clone().
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 27 Feb 2023 04:26:44 +0000 (20:26 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 27 Feb 2023 06:07:23 +0000 (22:07 -0800)
commit6fe157aa60e9eff822de37cfe1c181a942deda70
treed8e10e07b0df08e2a9bff235a55ad895374c5413
parenta2512fa639d23c62104e38e2e125f538c325fc72
dictionary: Avoid name shadowing in dict_clone().

In this case, it wasn't a bug, but it was confusing.
src/data/dictionary.c