]> granicus.if.org Git - graphviz/commit
avoid use of a temporary buffer when constructing an error message
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 9 Aug 2020 18:57:31 +0000 (11:57 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 15 Aug 2020 16:32:09 +0000 (09:32 -0700)
commita90ab75da320c5822ac7fd2a9d880161a48a5fc0
tree0336fd60439700015ce7ca1bb32afabd1b173615
parent610cfa7cc064b6fb61ed090f7e9cb9f10f4805d7
avoid use of a temporary buffer when constructing an error message

agerr() supports printf-style arguments, so it was not necessary to manually
build the error string in a temporary buffer.
lib/cgraph/scan.l