[gs-cvs] rev 8423 - trunk/gs/cups
till at ghostscript.com
till at ghostscript.com
Tue Dec 4 16:08:51 PST 2007
Author: till
Date: 2007-12-04 16:08:50 -0800 (Tue, 04 Dec 2007)
New Revision: 8423
Modified:
trunk/gs/cups/pstopxl.in
trunk/gs/cups/pstoraster.in
Log:
Let CUPS filters use buffered input to Ghostscript via '-_', to work around bug #689577.
Modified: trunk/gs/cups/pstopxl.in
===================================================================
--- trunk/gs/cups/pstopxl.in 2007-12-03 21:31:16 UTC (rev 8422)
+++ trunk/gs/cups/pstopxl.in 2007-12-05 00:08:50 UTC (rev 8423)
@@ -51,7 +51,7 @@
# See if we have a filename on the command-line...
if test -z "$6"; then
- ifile="-"
+ ifile="-_"
else
ifile="$6"
fi
Modified: trunk/gs/cups/pstoraster.in
===================================================================
--- trunk/gs/cups/pstoraster.in 2007-12-03 21:31:16 UTC (rev 8422)
+++ trunk/gs/cups/pstoraster.in 2007-12-05 00:08:50 UTC (rev 8423)
@@ -46,7 +46,7 @@
# See if we have a filename on the command-line...
if test -z "$6"; then
- ifile="-"
+ ifile="-_"
else
ifile="$6"
fi
More information about the gs-cvs
mailing list