]> granicus.if.org Git - graphviz/commit
take a const pointer in refstrbind
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 4 Jul 2021 04:04:05 +0000 (21:04 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 18 Jul 2021 00:31:35 +0000 (17:31 -0700)
commit83f5f98b3b38c5a0f29706e14d63072db0eebea8
tree60bbb1de8b30ba0494f12bb90e5788e363c030aa
parentfb03d4c6041e916b639267829036470b96396201
take a const pointer in refstrbind

This function does not modify its string argument, so it is more accurate to
qualify it as const. Related to #634.
lib/cgraph/refstr.c