From 9bbf4d32b52966e1553d898824c17b15b04f6091 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Thu, 7 May 2020 20:21:14 -0700 Subject: [PATCH] fix a misuse of agerr --- lib/neatogen/stuff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.40.0