From: ellson Date: Mon, 17 Jan 2005 17:48:47 +0000 (+0000) Subject: add dereferencing of job->style X-Git-Tag: LAST_LIBGRAPH~32^2~8076 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f67f2be72edd8da57f4344841b8cd8f20fb2b0b0;p=graphviz add dereferencing of job->style --- diff --git a/lib/gvc/gvcint.h b/lib/gvc/gvcint.h index e64f9b1d9..8e603e025 100644 --- a/lib/gvc/gvcint.h +++ b/lib/gvc/gvcint.h @@ -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 */