]> granicus.if.org Git - graphviz/commitdiff
Fix bug in cgraph version
authorerg <devnull@localhost>
Fri, 10 Jul 2009 21:22:25 +0000 (21:22 +0000)
committererg <devnull@localhost>
Fri, 10 Jul 2009 21:22:25 +0000 (21:22 +0000)
lib/common/input.c

index 0a421b046b4ab48039bde0e68110b549010f44b2..d2f3ebacc88b97907213f7a29228242d6d41f3e7 100644 (file)
@@ -175,7 +175,6 @@ static void global_def(agxbuf* xb, char *dcl, int kind,
     char *p;
     char *rhs = "true";
 
-    agxbinit(&xb, SMALLBUF, buf);
     attrsym_t *sym;
     if ((p = strchr(dcl, '='))) {
        agxbput_n (xb, dcl, p-dcl);