rev 279 - trunk
[email protected] Thu, 6 Nov 2003 15:00:37 -0800 (PST)
| Newsgroups | gmane.comp.printing.ghostscript.jbig2dec.cvs |
|---|---|
| Message-ID | <[email protected]> |
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,