]> granicus.if.org Git - graphviz/commitdiff
Fixed stupid bug where nondefault attributes were not being written properly.
authornorth <devnull@localhost>
Sat, 26 Jan 2008 00:46:43 +0000 (00:46 +0000)
committernorth <devnull@localhost>
Sat, 26 Jan 2008 00:46:43 +0000 (00:46 +0000)
lib/agraph/agraph.h

index 16d99ad27bbfaf8e988036ac57bdcce722a0d2a2..8a30ec163d41957533685094fbf2c85b08d2e3b5 100644 (file)
@@ -81,7 +81,7 @@ for a given node or edges, there is only one unique ID (per main graph).  */
     struct Agtag_s {
        unsigned objtype:2;     /* see literal tags below */
        unsigned mtflock:1;     /* move-to-front lock, see above */
-       unsigned attrwf:1;      /* attrs written (parity, write.c) */
+       unsigned attrwf:1;      /* non-default attrs written */
        unsigned seq:(sizeof(unsigned) * 8 - 6);        /* sequence no. */
        unsigned long id;       /* client  ID */
     };