]> granicus.if.org Git - graphviz/commit
pathcanon: avoid reusing `dots` variable for unrelated values
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 4 Aug 2021 03:10:07 +0000 (20:10 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 8 Aug 2021 17:41:15 +0000 (10:41 -0700)
commit63c5812e20ce393b1677460842df5e77acd8f054
treef360101460619a2c9797c39c5f8bc222332f6a6a
parent2615093538f3b76c8dd919e3cecf312bf3a8a024
pathcanon: avoid reusing `dots` variable for unrelated values

This branch reuses the `dots` variable, previously used for counting the number
of periods in the path, for storing the result of symlink resolution. This is
unnecessary (`dots` is immediately overwritten with the value 4 after this), and
is getting in the way of cleaning up some compiler warnings in this area.
lib/ast/pathcanon.c