]> granicus.if.org Git - graphviz/commitdiff
cgraph
authorellson <devnull@localhost>
Thu, 23 Oct 2008 21:50:19 +0000 (21:50 +0000)
committerellson <devnull@localhost>
Thu, 23 Oct 2008 21:50:19 +0000 (21:50 +0000)
lib/gvc/gvplugin.c

index 8cd6d3c95b8ca1d100d7b48bbe8bef649f2c8db9..ce2b33d0669c4d55cbd045435e2b57d3b69a1dcd 100644 (file)
@@ -477,7 +477,7 @@ Agraph_t * gvplugin_graph(GVC_t * gvc)
 #ifndef WITH_CGRAPH
     g = agopen("G", AGDIGRAPH);
 #else
-    g = agopen("G", Agdigraph, NULL);
+    g = agopen("G", Agdirected, NULL);
 #endif
 
     a = agfindgraphattr(g, "rankdir");