]> granicus.if.org Git - graphviz/commitdiff
Fix incorrect parameter passed to gv_postprocess
authorerg <devnull@localhost>
Fri, 9 Apr 2010 22:42:30 +0000 (22:42 +0000)
committererg <devnull@localhost>
Fri, 9 Apr 2010 22:42:30 +0000 (22:42 +0000)
lib/common/postproc.c

index 1d7568ea6f4cfc90423108313cb0ee0ca37e05f9..cd5b0f82b3685fa2b09f8110241287b9765fc433 100644 (file)
@@ -304,7 +304,7 @@ void gv_postprocess(Agraph_t *g, int allowTranslation)
 
 void dotneato_postprocess(Agraph_t * g)
 {
-    gv_postprocess (g, 0);
+    gv_postprocess (g, 1);
 }
 
 /* place_flip_graph_label: