]> granicus.if.org Git - graphviz/commit
gv2gml: rename a 'path' parameter to 'cmd'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 25 Sep 2021 19:26:29 +0000 (12:26 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 1 Oct 2021 14:49:27 +0000 (07:49 -0700)
commitdf92e72262eb0f0775b373b86354e78a6b270cf5
treed5b9b3db020f3812bd6b4b969e57899f1f7cd503
parenta8d2e3e2c78b0cf88068d2f1cdb39371597a9408
gv2gml: rename a 'path' parameter to 'cmd'

This has no immediate effect. However an upcoming change will introduce a header
include that brings in another 'path' symbol. So this change pre-emptively
squashes the -Wshadow compiler warning that would otherwise be introduced.

Related to #1276.
cmd/tools/gv2gml.c