X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fblank.pl;h=5032edf0329c2c2d6216c2435a7e61c27314cff2;hb=fdcc6aa6420ef0a5e90a940a8d5fc68513e9257b;hp=fb559a92ca75c9068bdddc749e797d35eeff5df3;hpb=46ac39b6f5ae340d6ce5ab930f712e1f3a367b57;p=spider.git diff --git a/cmd/blank.pl b/cmd/blank.pl index fb559a92..5032edf0 100644 --- a/cmd/blank.pl +++ b/cmd/blank.pl @@ -3,7 +3,7 @@ # # Copyright (c) 1998 Dirk Koopman G1TLH # -# $Id$ +# # my ($self, $line) = @_; @@ -17,7 +17,7 @@ if (@f && $f[0] !~ /^\d+$/) { } if (@f && $f[0] =~ /^\d+$/) { $lines = shift @f; - $lines = 9 if $lines < 9; + $lines = 9 if $lines > 9; $lines = 1 if $lines < 1; } my @out;