[gs-cvs] rev 7610 - trunk/gs/lib
ray at ghostscript.com
ray at ghostscript.com
Mon Jan 15 19:28:39 PST 2007
Author: ray
Date: 2007-01-15 19:28:39 -0800 (Mon, 15 Jan 2007)
New Revision: 7610
Modified:
trunk/gs/lib/gs_dps2.ps
Log:
Fix for regressions introduced with rev 7217 (returning proc as array
rather than packedarray for PS CET 09-33-5.PS. Fixes FTS 050-01.ps and
246-01.ps.
Modified: trunk/gs/lib/gs_dps2.ps
===================================================================
--- trunk/gs/lib/gs_dps2.ps 2007-01-15 16:05:00 UTC (rev 7609)
+++ trunk/gs/lib/gs_dps2.ps 2007-01-16 03:28:39 UTC (rev 7610)
@@ -177,7 +177,7 @@
{ { .fixcurrenthalftonescreen 3 copy 6 copy } % halftone
{ % screen
% The procedure might not be readable....
- dup rcheck { dup length array copy } if
+ dup rcheck { dup length array copy cvx } if
3 copy 6 copy
}
{ } % colorscreen
More information about the gs-cvs
mailing list