[gs-cvs] gs/lib

Ray Johnston ray at ghostscript.com
Thu Nov 18 09:09:19 PST 2004


Update of /cvs/ghostscript/gs/lib
In directory casper2:/tmp/cvs-serv24373/lib

Modified Files:
	pdf_draw.ps 
Log Message:
Fix regression created by previous patch for bug 687752.



Index: pdf_draw.ps
===================================================================
RCS file: /cvs/ghostscript/gs/lib/pdf_draw.ps,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- pdf_draw.ps	18 Nov 2004 01:44:35 -0000	1.87
+++ pdf_draw.ps	18 Nov 2004 17:09:16 -0000	1.88
@@ -658,7 +658,7 @@
   {
     exec dup type /nametype ne { dup length 1 eq { 0 get } if } if
   } {
-    csset exch pop
+    dup type /nametype eq { csresolve } { csset exch pop } ifelse
   } ifelse
 } bdef
 



More information about the gs-cvs mailing list