[gs-cvs] rev 7980 - trunk/gs/lib

alexcher at ghostscript.com alexcher at ghostscript.com
Tue May 15 06:12:03 PDT 2007


Author: alexcher
Date: 2007-05-15 06:12:02 -0700 (Tue, 15 May 2007)
New Revision: 7980

Modified:
   trunk/gs/lib/pdf_main.ps
Log:
Use operator oforce instead of exec to evaluate indirect references to
/OutputIntents members for consistency with the existing code. Bug 689233.

DIFFERENCES:
None.


Modified: trunk/gs/lib/pdf_main.ps
===================================================================
--- trunk/gs/lib/pdf_main.ps	2007-05-15 10:09:33 UTC (rev 7979)
+++ trunk/gs/lib/pdf_main.ps	2007-05-15 13:12:02 UTC (rev 7980)
@@ -1598,9 +1598,7 @@
     % device supports OutputIntent parameter
     Trailer /Root oget /OutputIntents knownoget {
       {	% process all output profiles present
-        dup xcheck {
-          exec
-        } if
+        oforce
         dup length dict .copydict
 	dup /DestOutputProfile knownoget {
 	  PDFfile fileposition exch



More information about the gs-cvs mailing list