--- foomatic-db-engine-4.0.13/lib/Foomatic/DB.pm.orig +++ foomatic-db-engine-4.0.13/lib/Foomatic/DB.pm @@ -111,7 +111,7 @@ } # Build a new overview - my $otype = ($cupsppds ? '-C' : '-O'); + my $otype = ($cupsppds ? '-C' : '-C'); $otype .= ' -n' if ($cupsppds == 1); # Generate overview Perl data structure from database my $VAR1;