[jbig2-cvs] rev 297 - trunk

giles at ghostscript.com giles at ghostscript.com
Thu Dec 4 09:09:45 PST 2003


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;



More information about the jbig2-cvs mailing list