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

alexcher at ghostscript.com alexcher at ghostscript.com
Wed Nov 8 17:54:18 PST 2006


Author: alexcher
Date: 2006-11-08 17:54:18 -0800 (Wed, 08 Nov 2006)
New Revision: 7182

Modified:
   trunk/gs/src/zchar.c
Log:
Change the order of argument checking in kshow operator.
Partial fix fot CET 13-12.ps


Modified: trunk/gs/src/zchar.c
===================================================================
--- trunk/gs/src/zchar.c	2006-11-09 01:11:30 UTC (rev 7181)
+++ trunk/gs/src/zchar.c	2006-11-09 01:54:18 UTC (rev 7182)
@@ -146,6 +146,7 @@
     gs_text_enum_t *penum;
     int code;
 
+    check_read_type(*op, t_string);
     check_proc(op[-1]);
     /*
      * Per PLRM Section xx.x, kshow is illegal if the current font is a



More information about the gs-cvs mailing list