[gs-cvs] rev 8097 - trunk/gs/src
alexcher at ghostscript.com
alexcher at ghostscript.com
Tue Jul 3 11:21:38 PDT 2007
Author: alexcher
Date: 2007-07-03 11:21:38 -0700 (Tue, 03 Jul 2007)
New Revision: 8097
Modified:
trunk/gs/src/gdevpsu.c
Log:
Make the top dictionary in the file generated by pswrite device writable.
Reportedly, setpagedevice writes to a top directory on an Epson printer.
Bug 689315, attachment 3108.
Modified: trunk/gs/src/gdevpsu.c
===================================================================
--- trunk/gs/src/gdevpsu.c 2007-07-03 12:00:18 UTC (rev 8096)
+++ trunk/gs/src/gdevpsu.c 2007-07-03 18:21:38 UTC (rev 8097)
@@ -137,7 +137,7 @@
};
private const char *const psw_end_prolog[] = {
- "end readonly def",
+ "end def",
"%%EndResource", /* ProcSet */
"/pagesave null def", /* establish binding */
"%%EndProlog",
More information about the gs-cvs
mailing list