]> granicus.if.org Git - graphviz/commit
take a const pointer as the first argument to agcanonhtmlstr
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 4 Jul 2021 04:18:44 +0000 (21:18 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 18 Jul 2021 00:31:35 +0000 (17:31 -0700)
commit9e1814a77dcb466cb7678df759fa2071d7afa5ed
treebffcbdb04750b1a384a254d6f6669c4a3b51b157
parentbe0b942ea175438145aad22d74e07d25ede6926e
take a const pointer as the first argument to agcanonhtmlstr

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