- Efficiency fix for pstoraster (bug #416871).
This commit is contained in:
parent
fb166c167d
commit
a5b6385345
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user