]> granicus.if.org Git - graphviz/commit
fix missing bracketing in a macro expansion
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 24 Oct 2020 16:53:57 +0000 (09:53 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 31 Oct 2020 01:46:51 +0000 (18:46 -0700)
commit4c71ebb37dc935cb3063bfc96d8ee6f96b579987
tree648c239a5942854ea9b6fcf44deef3a6c5dba4b9
parentc04c990d93ff5cb43ef184ed11c2c0bad69c523d
fix missing bracketing in a macro expansion

None of the calls to this macro were passing in multiple tokens, so this issue
was latent. This refactor is for the safety of any future introduced calls to
EMPTY().
lib/cgraph/write.c