]> granicus.if.org Git - graphviz/commit
change errorv calling convention to explicitly take a format string
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 8 Aug 2020 00:04:04 +0000 (17:04 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 13 Aug 2020 14:38:13 +0000 (07:38 -0700)
commit83eea6075b8f4746d632a792b1d1b97c19797acb
tree67a1803a19f6e9e02fc544468c4ca96777250ff3
parentce10e7e1c3c155c1c077c756511dac5ebe90140d
change errorv calling convention to explicitly take a format string

This function implicitly assumed its variable arguments contained a format
string as the first argument. This change pushes the assumption into the calling
convention, making it visible to the compiler.
lib/ast/error.c
lib/ast/error.h
lib/gvpr/gvpr.c