From cca20a9408cde95322a1686f4188cb7aad42bb51 Mon Sep 17 00:00:00 2001 From: ellson Date: Thu, 23 Oct 2008 03:45:23 +0000 Subject: [PATCH] cgraph fixes --- lib/dotgen/sameport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dotgen/sameport.c b/lib/dotgen/sameport.c index a01c7c1ba..a27a3144e 100644 --- a/lib/dotgen/sameport.c +++ b/lib/dotgen/sameport.c @@ -60,7 +60,7 @@ void dot_sameports(graph_t * g) #ifndef WITH_CGRAPH (id = agxget(e, E_samehead->index))[0]) #else /* WITH_CGRAPH */ - (id = agxget(e, E_sametail->index))[0]) + (id = agxget(e, E_sametail))[0]) #endif /* WITH_CGRAPH */ sameedge(same, n, e, id); else if (agtail(e) == n && E_sametail && -- 2.40.0