rev 297 - trunk
[email protected] Thu, 4 Dec 2003 09:09:45 -0800 (PST)
| Newsgroups | gmane.comp.printing.ghostscript.jbig2dec.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: giles Date: 2003-12-02 21:42:07 -0800 (Tue, 02 Dec 2003) New Revision: 297 Modified: trunk/jbig2_symbol_dict.c Log: Avoid an unitialized variable warning. Modified: trunk/jbig2_symbol_dict.c =================================================================== --- trunk/jbig2_symbol_dict.c 2003-12-03 00:22:13 UTC (rev 296) +++ trunk/jbig2_symbol_dict.c 2003-12-03 05:42:07 UTC (rev 297) @@ -225,7 +225,7 @@ Jbig2ArithIntCtx *IADH = NULL; Jbig2ArithIntCtx *IADW = NULL; Jbig2ArithIntCtx *IAEX = NULL; - int code; + int code = 0; /* 6.5.5 (3) */ HCHEIGHT = 0;