From: north Date: Thu, 15 Nov 2007 04:31:44 +0000 (+0000) Subject: sequence link must be first in agsubnode. X-Git-Tag: LAST_LIBGRAPH~32^2~5022 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f8955a084c5d26f9657ef4d0f0dd07030a8f256;p=graphviz sequence link must be first in agsubnode. --- diff --git a/lib/cgraph/cgraph.h b/lib/cgraph/cgraph.h index c430b642b..89c3801cc 100644 --- a/lib/cgraph/cgraph.h +++ b/lib/cgraph/cgraph.h @@ -109,8 +109,8 @@ string name at its time of creation, or it is permissible to pass NIL(char*) for the name. */ struct Agsubnode_s { /* the node-per-graph-or-subgraph record */ + Dtlink_t seq_link; /* must be first */ Dtlink_t id_link; - Dtlink_t seq_link; Agnode_t *node; /* the object */ Dtlink_t *in_id, *out_id; /* by node/ID for random access */ Dtlink_t *in_seq, *out_seq; /* by node/sequence for serial access */