diff -cN l2h-20020704/config/config.pl.ORG l2h-20020704/config/config.pl *** l2h-20020704/config/config.pl.ORG Mon Apr 29 14:15:01 2002 --- l2h-20020704/config/config.pl Wed Jul 10 22:33:18 2002 *************** *** 1278,1285 **** # $pnmcrop .= ' -sides '; $newcfg{'PNMCROPOPT'} = ' -sides '; } ! } ! $pnmcrop .= ' -verbose ' if ($sub_vers > 10); print "\n$pnmcrop"; $msg = 'there is nothing to crop'; $stat = ''; } else { --- 1278,1285 ---- # $pnmcrop .= ' -sides '; $newcfg{'PNMCROPOPT'} = ' -sides '; } ! } else { $newcfg{'PNMCROPOPT'} = ' -sides '; } ! $pnmcrop .= ' -verbose ' if ($vers >= 10 || $sub_vers > 10); print "\n$pnmcrop"; $msg = 'there is nothing to crop'; $stat = ''; } else {