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

alexcher at ghostscript.com alexcher at ghostscript.com
Tue Aug 1 09:55:55 PDT 2006


Author: alexcher
Date: 2006-08-01 09:55:54 -0700 (Tue, 01 Aug 2006)
New Revision: 6941

Modified:
   trunk/gs/src/zstring.c
Log:
Make anchorsearch error reprorting compatible with Distiller.


Modified: trunk/gs/src/zstring.c
===================================================================
--- trunk/gs/src/zstring.c	2006-08-01 01:10:30 UTC (rev 6940)
+++ trunk/gs/src/zstring.c	2006-08-01 16:55:54 UTC (rev 6941)
@@ -81,8 +81,8 @@
     os_ptr op1 = op - 1;
     uint size = r_size(op);
 
+    check_read_type(*op, t_string);
     check_read_type(*op1, t_string);
-    check_read_type(*op, t_string);
     if (size <= r_size(op1) && !memcmp(op1->value.bytes, op->value.bytes, size)) {
 	os_ptr op0 = op;
 



More information about the gs-cvs mailing list