]> granicus.if.org Git - graphviz/commitdiff
add dereferencing of job->style
authorellson <devnull@localhost>
Mon, 17 Jan 2005 17:48:47 +0000 (17:48 +0000)
committerellson <devnull@localhost>
Mon, 17 Jan 2005 17:48:47 +0000 (17:48 +0000)
lib/gvc/gvcint.h

index e64f9b1d9f006f93251ba1ef9f68e779bc51ba8f..8e603e025d7fdfa3b801fc6710b2fdad5328d1e0 100644 (file)
@@ -160,7 +160,7 @@ extern "C" {
        point pb;               /* page size - including margins (inches) */
        point margin;           /* page margins (inches) */
 
-       gvstyle_t styles[MAXNEST];      /* style stack */
+       gvstyle_t styles[MAXNEST]; /* style stack - reused by each job */
        int SP;
 
        /* render defaults set from graph */