[jbig2-cvs] rev 279 - trunk
giles at ghostscript.com
giles at ghostscript.com
Thu Nov 6 15:00:37 PST 2003
Author: giles
Date: 2003-10-27 02:28:24 -0800 (Mon, 27 Oct 2003)
New Revision: 279
Modified:
trunk/jbig2_text.c
Log:
Add a cast to correct an MSVC warning.
Modified: trunk/jbig2_text.c
===================================================================
--- trunk/jbig2_text.c 2003-10-01 19:30:10 UTC (rev 278)
+++ trunk/jbig2_text.c 2003-10-27 10:28:24 UTC (rev 279)
@@ -209,7 +209,7 @@
if (params->SBHUFF) {
/* todo */
} else {
- code = jbig2_arith_iaid_decode(IAID, as, &ID);
+ code = jbig2_arith_iaid_decode(IAID, as, (int *)&ID);
}
if (ID >= max_id) {
return jbig2_error(ctx, JBIG2_SEVERITY_FATAL, segment->number,
More information about the jbig2-cvs
mailing list