]> granicus.if.org Git - graphviz/commit
smyrna gvpr_select: remove NULL-hinted call to 'agxbinit'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 25 Sep 2022 17:35:20 +0000 (10:35 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 25 Sep 2022 20:25:40 +0000 (13:25 -0700)
commit00efdf51853907b47df197ae62f11a23b3977e34
treed2edd3c6ff3674361a1019074868a8a9ef52ce20
parent7bf530cbe1f235eb40c7de94ac751d96f91b6c4a
smyrna gvpr_select: remove NULL-hinted call to 'agxbinit'

Reverting 656a15f855a31acc6eeb162284b89ad3367253b9 reintroduced a NULL-hinted
call to `agxbinit`. But in the meantime,
db5dc6497e86b886a41d52ea13f0598ecaa9c296 removed all such uses replacing them
with an equivalent zero initialization. This commit updates the `gvpr_select`
usage to be in line with other usage in the current Graphviz tree.
cmd/smyrna/gui/frmobjectui.c