From: Matthew Fernandez Date: Fri, 8 May 2020 03:21:14 +0000 (-0700) Subject: fix a misuse of agerr X-Git-Tag: 2.44.1~72^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9bbf4d32b52966e1553d898824c17b15b04f6091;p=graphviz fix a misuse of agerr --- diff --git a/lib/neatogen/stuff.c b/lib/neatogen/stuff.c index dfd800382..f504aab32 100644 --- a/lib/neatogen/stuff.c +++ b/lib/neatogen/stuff.c @@ -345,7 +345,7 @@ void initial_positions(graph_t * G, int nG) if (init == INIT_REGULAR) return; if ((init == INIT_SELF) && (once == 0)) { - agerr(AGWARN, "start=%s not supported with mode=self - ignored\n"); + agerr(AGWARN, "start=0 not supported with mode=self - ignored\n"); once = 1; }