From a5b638534538714561a177689d2d6cf9ed101773 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Jan 03 2008 16:17:10 +0000 Subject: - Efficiency fix for pstoraster (bug #416871). --- diff --git a/cups.spec b/cups.spec index 497fd30..a2972a8 100644 --- a/cups.spec +++ b/cups.spec @@ -445,6 +445,9 @@ rm -rf $RPM_BUILD_ROOT %{cups_serverbin}/daemon/cups-lpd %changelog +* Thu Jan 3 2008 Tim Waugh +- Efficiency fix for pstoraster (bug #416871). + * Tue Dec 18 2007 Tim Waugh 1:1.3.5-1 - 1.3.5. diff --git a/pstoraster b/pstoraster index 442f5fc..67e12a0 100644 --- a/pstoraster +++ b/pstoraster @@ -46,7 +46,7 @@ done # See if we have a filename on the command-line... if test -z "$6"; then - ifile="-" + ifile="-_" else ifile="$6" fi