- Efficiency fix for pstoraster (bug #416871).

This commit is contained in:
Tim Waugh 2008-01-03 16:17:10 +00:00
parent fb166c167d
commit a5b6385345
2 changed files with 4 additions and 1 deletions

View File

@ -445,6 +445,9 @@ rm -rf $RPM_BUILD_ROOT
%{cups_serverbin}/daemon/cups-lpd
%changelog
* Thu Jan 3 2008 Tim Waugh <twaugh@redhat.com>
- Efficiency fix for pstoraster (bug #416871).
* Tue Dec 18 2007 Tim Waugh <twaugh@redhat.com> 1:1.3.5-1
- 1.3.5.

View File

@ -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