[gs-cvs] rev 9124 - trunk/gs/Resource/Init

alexcher at ghostscript.com alexcher at ghostscript.com
Fri Sep 26 18:39:36 PDT 2008


Author: alexcher
Date: 2008-09-26 18:39:36 -0700 (Fri, 26 Sep 2008)
New Revision: 9124

Modified:
   trunk/gs/Resource/Init/pdf_base.ps
Log:
Set the temporary value of PDFDEBUG flag using 'gput' procedure instead of
'def' because initial PDF graphic state is represented by a read-only
dictionary. Bug 690088.

DIFFERENCES:
None


Modified: trunk/gs/Resource/Init/pdf_base.ps
===================================================================
--- trunk/gs/Resource/Init/pdf_base.ps	2008-09-25 23:48:03 UTC (rev 9123)
+++ trunk/gs/Resource/Init/pdf_base.ps	2008-09-27 01:39:36 UTC (rev 9124)
@@ -666,7 +666,7 @@
   setfileposition		% Move to the start of the data
   		% We disable PDFDEBUG while reading the data stream.  We will
 		% print the data later
-  PDFDEBUG /PDFDEBUG false def	% Save PDFDEBUG and disable it while reading
+  PDFDEBUG /PDFDEBUG false gput % Save PDFDEBUG and disable it while reading
   		% Read the data for all objects.  We check to see if we get
 		% the number of objects that we expect.
 		% Stack: objstreamdict N objectstream [obj#] PDFDEBUG



More information about the gs-cvs mailing list