]> granicus.if.org Git - graphviz/commitdiff
Fix bug 736
authorerg <devnull@localhost>
Tue, 5 Jul 2005 17:41:01 +0000 (17:41 +0000)
committererg <devnull@localhost>
Tue, 5 Jul 2005 17:41:01 +0000 (17:41 +0000)
lib/circogen/circularinit.c

index 988ca4e7144a6b0dea8be692cc30848c2220dd0b..d4acedb80d65e971f22bba708d5f13d3b4ac87c4 100644 (file)
@@ -279,7 +279,7 @@ void circoLayout(Agraph_t * g)
            for (i = 0; i < ncc; i++) {
                sg = ccs[i];
                circularLayout(sg);
-               adjustNodes(g);
+               adjustNodes(sg);
            }
            pinfo.margin = getPack(g, CL_OFFSET, CL_OFFSET);
            /* FIX: splines have not been calculated for dg