From: erg Date: Tue, 26 Jul 2005 15:52:32 +0000 (+0000) Subject: Fix bug 750 X-Git-Tag: LAST_LIBGRAPH~32^2~7377 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a65d2054b6d189fd11638bf269e3b9ee615982f1;p=graphviz Fix bug 750 --- diff --git a/lib/dotgen/dotsplines.c b/lib/dotgen/dotsplines.c index f57fe06ac..259d70062 100644 --- a/lib/dotgen/dotsplines.c +++ b/lib/dotgen/dotsplines.c @@ -665,7 +665,7 @@ cloneGraph (graph_t* g) E_weight = agfindattr(auxg->proto->e, "weight"); if (!E_weight) E_weight = agedgeattr (auxg, "weight", ""); - E_minlen = agfindattr(auxg->proto->e, "minlen"); + E_minlen = NULL; N_group = NULL; return auxg; @@ -815,6 +815,7 @@ make_flat_adj_edges(path* P, edge_t** edges, int ind, int cnt, edge_t* e0) hvye = agedge (auxg, auxt, auxh); } agxset (hvye, E_weight->index, "10000"); + GD_gvc(auxg) = GD_gvc(g); dot_init_node_edge(auxg); dot_rank(auxg);