]> granicus.if.org Git - graphviz/commitdiff
circogen ==> cgraph
authorellson <devnull@localhost>
Tue, 21 Oct 2008 22:00:26 +0000 (22:00 +0000)
committerellson <devnull@localhost>
Tue, 21 Oct 2008 22:00:26 +0000 (22:00 +0000)
lib/circogen/nodeset.c

index 9767787035f28bd4ec946449fe738f435e0a0ab2..294306a85bc3d4a07bc21d73e6d8fcb610a3d7a1 100644 (file)
@@ -117,7 +117,7 @@ void printNodeset(nodeset_t * ns)
     nsitem_t *ip;
     for (ip = (nsitem_t *) dtfirst(ns); ip;
         ip = (nsitem_t *) dtnext(ns, ip)) {
-       fprintf(stderr, "%s", ip->np->name);
+       fprintf(stderr, "%s", agnameof(ip->np));
     }
     fputs("\n", stderr);
 }