]> granicus.if.org Git - graphviz/commit
qualify openFile’s arguments as const
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 18 Jul 2021 21:03:29 +0000 (14:03 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 22 Jul 2021 00:18:37 +0000 (17:18 -0700)
commit93bfcddb8bf7e04145bbe86bc11b7a3f03fd9c0e
tree7b2939a12915b29985e3caa9e3b5155a88cc65d6
parente7c75f9117b9226406a22f62aa0fab08486b0d11
qualify openFile’s arguments as const

The various versions of this function all do more or less the same thing, none
of which involves modifying input parameters. Related to #634, #1971.
18 files changed:
cmd/edgepaint/edgepaintmain.c
cmd/gvmap/cluster.c
cmd/gvmap/gvmap.c
cmd/mingle/minglemain.c
cmd/tools/acyclic.c
cmd/tools/cvtgxl.c
cmd/tools/gml2gv.c
cmd/tools/graphml2gv.c
cmd/tools/gv2gml.c
cmd/tools/gvgen.c
cmd/tools/gvpack.c
cmd/tools/sccmap.c
cmd/tools/unflatten.c
doc/libgraph/sccmap.c
lib/gvpr/actions.c
lib/gvpr/actions.h
lib/label/nrtmain.c
lib/spine/spine.c