shithub: jbig2

Download patch

ref: e242d111c02050235102d9e466e9a4d6435f7867
parent: cb7d209f4e106ec97471b98efdce93814326c8cd
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Wed Dec 3 00:42:07 EST 2003

Avoid an unitialized variable warning.


git-svn-id: http://svn.ghostscript.com/jbig2dec/trunk@297 ded80894-8fb9-0310-811b-c03f3676ab4d

--- a/jbig2_symbol_dict.c
+++ b/jbig2_symbol_dict.c
@@ -225,7 +225,7 @@
   Jbig2ArithIntCtx *IADH = NULL;
   Jbig2ArithIntCtx *IADW = NULL;
   Jbig2ArithIntCtx *IAEX = NULL;
-  int code;
+  int code = 0;
 
   /* 6.5.5 (3) */
   HCHEIGHT = 0;