]> granicus.if.org Git - graphviz/commit
agsetfile: take a const char pointer instead of a mutable one
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 24 Jul 2021 17:54:22 +0000 (10:54 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 30 Jul 2021 03:34:15 +0000 (20:34 -0700)
commit7854b33e11f20dbf9a5536af2295febb4033d26c
treec3d69709b9f19382d87ec19c83a93d0e1719127c
parent8e919dd514c39703bb16bf2d7e5dab1dd2426a23
agsetfile: take a const char pointer instead of a mutable one

This function does not modify the contents of the argument passed to it. Related
to #634.
lib/cgraph/cgraph.h
lib/cgraph/scan.l
lib/ingraphs/ingraphs.c