]> granicus.if.org Git - graphviz/commit
gv2gxl: use use a C99 bool when calling 'agsubedge'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 1 Oct 2022 02:35:41 +0000 (19:35 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 1 Oct 2022 02:35:41 +0000 (19:35 -0700)
commitac4f930156be7affb9aa21b1e33b4683c98e9a3e
tree644abe2d9d9b9875f2749f720565a5c3247f4469
parent8b8f63ee077e2740c45658b8e35865ce06f9cf54
gv2gxl: use use a C99 bool when calling 'agsubedge'

The upper case versions of the boolean literals are legacy Graphviz-specific
values from when the code base was using a pre-C99 standard.
cmd/tools/gv2gxl.c