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

henrys at ghostscript.com henrys at ghostscript.com
Mon Oct 15 15:31:54 PDT 2007


Author: henrys
Date: 2007-10-15 15:31:54 -0700 (Mon, 15 Oct 2007)
New Revision: 8293

Modified:
   trunk/gs/src/gxclrast.c
Log:
Error code from clist_decode_segment did not propagate back because
the inner automatic variable code shadowed the outer.

EXPECTED DIFFERENCES:

None.


Modified: trunk/gs/src/gxclrast.c
===================================================================
--- trunk/gs/src/gxclrast.c	2007-10-15 18:09:18 UTC (rev 8292)
+++ trunk/gs/src/gxclrast.c	2007-10-15 22:31:54 UTC (rev 8293)
@@ -1302,7 +1302,7 @@
 		continue;
 	    case cmd_op_segment >> 4:
 		{
-		    int i, code;
+		    int i;
 		    static const byte op_num_operands[] = {
 			cmd_segment_op_num_operands_values
 		    };



More information about the gs-cvs mailing list