]> granicus.if.org Git - graphviz/commitdiff
cgraph fixes
authorellson <devnull@localhost>
Thu, 23 Oct 2008 16:24:20 +0000 (16:24 +0000)
committerellson <devnull@localhost>
Thu, 23 Oct 2008 16:24:20 +0000 (16:24 +0000)
lib/fdpgen/layout.c

index 55479932977087254ab599d1e14762d3d6347ab1..b699412d8675bab868f5e7b6927c841bd46e8ace 100644 (file)
@@ -441,7 +441,7 @@ copyAttr (graph_t* g, graph_t* dg, char* attr)
 #ifndef WITH_CGRAPH
            agraphattr(dg, attr, ov_val);
 #else /* WITH_CGRAPH */
-           agattr(dg,AGRAPH, attr, ov_val,1);
+           agattr(dg, AGRAPH, attr, ov_val);
 #endif /* WITH_CGRAPH */
     }
 }