[gs-cvs] rev 8376 - trunk/gs/src

leonardo at ghostscript.com leonardo at ghostscript.com
Sat Nov 17 22:07:21 PST 2007


Author: leonardo
Date: 2007-11-17 22:07:20 -0800 (Sat, 17 Nov 2007)
New Revision: 8376

Modified:
   trunk/gs/src/gxclpath.h
Log:
Fix (clist) : Improving the debug printing.

DETAILS :

This patch only inserts some debug trace printing about the pdf14 compositor.
The old code is confusing due to mapping an obsolete instruction to "set_color[*]".

EXPECTED DIFFERENCES :

None.


Modified: trunk/gs/src/gxclpath.h
===================================================================
--- trunk/gs/src/gxclpath.h	2007-11-18 05:30:55 UTC (rev 8375)
+++ trunk/gs/src/gxclpath.h	2007-11-18 06:07:20 UTC (rev 8376)
@@ -167,7 +167,7 @@
   2, 2, 1, 1, 4, 6, 6, 6, 4, 4, 4, 4, 2, 2, 0, 0
 
 #define cmd_misc2_op_name_strings\
-  "set_color", "set_color_short", "set_fill_adjust", "set_ctm",\
+  "cmd_opv_set_color", "set_color_short", "set_fill_adjust", "set_ctm",\
   "set_color_space", "set_misc2", "set_dash", "enable_clip",\
   "disable_clip", "begin_clip", "end_clip", "begin_image_rect",\
   "begin_image", "image_data", "image_plane_data", "put_params"



More information about the gs-cvs mailing list