[gs-cvs] rev 8332 - trunk/gs/src
giles at ghostscript.com
giles at ghostscript.com
Mon Oct 29 17:58:45 PDT 2007
Author: giles
Date: 2007-10-29 17:58:44 -0700 (Mon, 29 Oct 2007)
New Revision: 8332
Modified:
trunk/gs/src/zfjpx.c
Log:
Add a cast to prevent a warning.
Modified: trunk/gs/src/zfjpx.c
===================================================================
--- trunk/gs/src/zfjpx.c 2007-10-28 23:33:59 UTC (rev 8331)
+++ trunk/gs/src/zfjpx.c 2007-10-30 00:58:44 UTC (rev 8332)
@@ -48,7 +48,7 @@
stream_jpxd_state state;
/* it's our responsibility to call set_defaults() */
- (*s_jpxd_template.set_defaults)(&state);
+ (*s_jpxd_template.set_defaults)((stream_state *)&state);
state.jpx_memory = imemory->non_gc_memory;
if (r_has_type(op, t_dictionary)) {
check_dict_read(*op);
More information about the gs-cvs
mailing list