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

alexcher at ghostscript.com alexcher at ghostscript.com
Tue May 27 19:38:35 PDT 2008


Author: alexcher
Date: 2008-05-27 19:38:35 -0700 (Tue, 27 May 2008)
New Revision: 8782

Modified:
   trunk/gs/lib/pdf_main.ps
Log:
Fix a typo introduced in the rev. 8146 that prevented running PDF files from
stdin. Bug 689847.


Modified: trunk/gs/lib/pdf_main.ps
===================================================================
--- trunk/gs/lib/pdf_main.ps	2008-05-28 00:27:23 UTC (rev 8781)
+++ trunk/gs/lib/pdf_main.ps	2008-05-28 02:38:35 UTC (rev 8782)
@@ -101,7 +101,7 @@
 	    } ifelse
 	    dup (%stdin) (r) file eq {
 	      % Copy PDF from stdin to temporary file then run it.
-	      null (w+) /.tempfile systemvar exec exch 3 1 roll
+	      null (w+) /.tempfile .systemvar exec exch 3 1 roll
 	      % stack: tempname stdin tempfile
 	      64000 string
 	      {



More information about the gs-cvs mailing list