Merge branch 'newpc92timings' of /scm/spider into newpc92timings
[spider.git] / cmd / blank.pl
index fb559a92ca75c9068bdddc749e797d35eeff5df3..5032edf0329c2c2d6216c2435a7e61c27314cff2 100644 (file)
@@ -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;