]> granicus.if.org Git - graphviz/commitdiff
fdpgen ==> cgraph
authorellson <devnull@localhost>
Tue, 21 Oct 2008 21:42:04 +0000 (21:42 +0000)
committerellson <devnull@localhost>
Tue, 21 Oct 2008 21:42:04 +0000 (21:42 +0000)
lib/fdpgen/grid.c

index 26fc1604a3de4d4a39557a954fa13bf3b9346eb1..8a8e02e1d3b1975ecfb5c34449826e829b27c007 100644 (file)
@@ -236,7 +236,7 @@ void addGrid(Grid * g, int i, int j, Agnode_t * n)
     cellp = dtinsert(g->data, &key);
     cellp->nodes = newNode(g, n, cellp->nodes);
     if (Verbose >= 3) {
-       fprintf(stderr, "grid(%d,%d): %s\n", i, j, n->name);
+       fprintf(stderr, "grid(%d,%d): %s\n", i, j, agnameof(n));
     }
 }