]> granicus.if.org Git - graphviz/commit
graphml2gv nameOf: use an agxbuf instead of raw char buffer for names
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 15 Jan 2023 22:13:19 +0000 (14:13 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 28 Jan 2023 06:46:29 +0000 (22:46 -0800)
commitdc74a76a380f49059a6e5cb0d15f4461c11a67db
tree56fca6746e2a9386884518b07e7c03d7706f073d
parent62f9b587853da1f3e6d066150eb47823ace703d5
graphml2gv nameOf: use an agxbuf instead of raw char buffer for names

This leads to slightly simpler code and fewer things to worry about. Tihs is the
equivalent of cd2f8dfd34d4a4ddae1bb94b72098c05d73cfd4e.

Gitlab: #1950
cmd/tools/graphml2gv.c