From: ellson Date: Tue, 18 Oct 2005 18:45:59 +0000 (+0000) Subject: Go back to correct version of dot.c X-Git-Tag: LAST_LIBGRAPH~32^2~7276 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cbcfad00353d524f93dfbc9d0833fc044c76d827;p=graphviz Go back to correct version of dot.c --- diff --git a/cmd/dot/dot.c b/cmd/dot/dot.c index d9ba85279..32e538903 100644 --- a/cmd/dot/dot.c +++ b/cmd/dot/dot.c @@ -144,8 +144,7 @@ int main(int argc, char **argv) #endif if (MemTest) { - int i = 2; - while (i--) { + while (1) { /* Create a test graph */ G = create_test_graph();