[gs-cvs] rev 9384 - trunk/gs/lib
alexcher at ghostscript.com
alexcher at ghostscript.com
Wed Jan 21 18:53:01 PST 2009
Author: alexcher
Date: 2009-01-21 18:53:01 -0800 (Wed, 21 Jan 2009)
New Revision: 9384
Modified:
trunk/gs/lib/pdfopt.ps
Log:
Fix multiple inclusion of page objects referenced from beads array.
Bug 690140, customer 932.
DIFFERENCES:
None, not covered by the test.
Modified: trunk/gs/lib/pdfopt.ps
===================================================================
--- trunk/gs/lib/pdfopt.ps 2009-01-22 01:48:31 UTC (rev 9383)
+++ trunk/gs/lib/pdfopt.ps 2009-01-22 02:53:01 UTC (rev 9384)
@@ -435,7 +435,7 @@
% We don't try to defer the drawing information.
dup /Annots .knownget { omvisitnopage } if
% Visit beads.
- dup /B .knownget { omvisit } if
+ dup /B .knownget { omvisitnopage } if
% Visit resources dictionaries.
dup /Resources .knownget {
omforce dup {
More information about the gs-cvs
mailing list