]> granicus.if.org Git - graphviz/commitdiff
Fix bug 627
authorerg <devnull@localhost>
Mon, 7 Feb 2005 17:38:16 +0000 (17:38 +0000)
committererg <devnull@localhost>
Mon, 7 Feb 2005 17:38:16 +0000 (17:38 +0000)
lib/fdpgen/layout.c

index 9304caebce37a48043b03a35ac57a9541d046d22..c776823b486a48ee3c4d34de7b2cc91e65007939 100644 (file)
@@ -1014,6 +1014,7 @@ void fdp_layout(graph_t * g)
     char *str;
     int trySplines = 0;
 
+    State = 0;   /* initialize state */
     fdp_init_graph(g);
     fdpLayout(g);