From cbcfad00353d524f93dfbc9d0833fc044c76d827 Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 18 Oct 2005 18:45:59 +0000 Subject: [PATCH] Go back to correct version of dot.c --- cmd/dot/dot.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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(); -- 2.50.1