From 34927221ac7695d8bbd52cd0d866024342cabb76 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 26 Sep 2000 16:42:57 +0000 Subject: *** empty log message *** --- perl-install/printer.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/printer.pm') diff --git a/perl-install/printer.pm b/perl-install/printer.pm index 2688dc508..def53c7d0 100644 --- a/perl-install/printer.pm +++ b/perl-install/printer.pm @@ -350,7 +350,7 @@ sub get_descr_from_ppd { my %ppd; #- if there is no ppd, this means this is the PostScript generic filter. - local *F; open F, "$prefix/etc/cups/ppd/$printer->{QUEUE}.ppd" or return "PostScript"; + local *F; open F, "$prefix/etc/cups/ppd/$printer->{QUEUE}.ppd" or return "Generic PostScript"; foreach () { /^\*([^\s:]*)\s*:\s*\"([^\"]*)\"/ and do { $ppd{$1} = $2; next }; /^\*([^\s:]*)\s*:\s*([^\s\"]*)/ and do { $ppd{$1} = $2; next }; -- cgit v1.2.1