[gs-cvs] rev 9122 - trunk/ghostpdl/pxl

henrys at ghostscript.com henrys at ghostscript.com
Thu Sep 25 10:33:43 PDT 2008


Author: henrys
Date: 2008-09-25 10:33:43 -0700 (Thu, 25 Sep 2008)
New Revision: 9122

Modified:
   trunk/ghostpdl/pxl/pxpthr.c
Log:
The new interpolation state was not properly initialized when using
pxl pass through mode as of revision 9119, resulting in non
deterministic behavior in C705 (see cluster report ghostpdl-r9119).


Modified: trunk/ghostpdl/pxl/pxpthr.c
===================================================================
--- trunk/ghostpdl/pxl/pxpthr.c	2008-09-25 13:36:55 UTC (rev 9121)
+++ trunk/ghostpdl/pxl/pxpthr.c	2008-09-25 17:33:43 UTC (rev 9122)
@@ -133,7 +133,9 @@
 
     /* default to pcl5c */
     global_pcs->personality = 0;
-
+    /* for now we do not support intepolation in XL passthrough mode. */
+    global_pcs->interpolate = false;
+    
     /* do an initial reset to set up a permanent reset.  The
        motivation here is to avoid tracking down a slew of memory
        leaks */



More information about the gs-cvs mailing list