From: erg Date: Thu, 22 May 2008 19:20:58 +0000 (+0000) Subject: Fix correct printing field for debug messages X-Git-Tag: LAST_LIBGRAPH~32^2~4012 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ac971b69a6f6cb3ffcb31c6b06751b0c9c96be2c;p=graphviz Fix correct printing field for debug messages --- diff --git a/lib/neatogen/adjust.c b/lib/neatogen/adjust.c index 4cbe6860c..5b195a93b 100644 --- a/lib/neatogen/adjust.c +++ b/lib/neatogen/adjust.c @@ -878,7 +878,7 @@ removeOverlapAs(graph_t * G, char* flag) default: /* to silence warnings */ break; } -/* fprintf (stderr, "%s %.4f sec\n", am->attrib, elapsed_sec()); */ +/* fprintf (stderr, "%s %.4f sec\n", am->print, elapsed_sec()); */ return ret; } @@ -900,7 +900,7 @@ removeOverlapAs(graph_t * G, char* flag) freeNodes(); free(sites); sites = 0; -/* fprintf (stderr, "%s %.4f sec\n", am->attrib, elapsed_sec()); */ +/* fprintf (stderr, "%s %.4f sec\n", am->print, elapsed_sec()); */ return ret; }