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

leonardo at ghostscript.com leonardo at ghostscript.com
Mon May 14 09:36:24 PDT 2007


Author: leonardo
Date: 2007-05-14 09:36:23 -0700 (Mon, 14 May 2007)
New Revision: 7972

Modified:
   trunk/gs/lib/pdf_main.ps
Log:
Fix (PDF interpreter) : Failed with an indirect OutputIntents element.

DETAILS : 

Debugged with running debug build of ppmraw with the test file of Bug 689189.
The test case includes this :

	/OutputIntents[1135 0 R]

EXPECTED DIFFERENCES :

None.


Modified: trunk/gs/lib/pdf_main.ps
===================================================================
--- trunk/gs/lib/pdf_main.ps	2007-05-14 15:22:29 UTC (rev 7971)
+++ trunk/gs/lib/pdf_main.ps	2007-05-14 16:36:23 UTC (rev 7972)
@@ -1598,6 +1598,9 @@
     % device supports OutputIntent parameter
     Trailer /Root oget /OutputIntents knownoget {
       {	% process all output profiles present
+        dup xcheck {
+          exec
+        } if
         dup length dict .copydict
 	dup /DestOutputProfile knownoget {
 	  PDFfile fileposition exch



More information about the gs-cvs mailing list