X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fwwv.pl;h=ed5022d728d1e131dc62fa4e31bf7849b2feb6b7;hb=refs%2Ftags%2FR_1_14;hp=a8e4992a9e896a30f66cab9d35c51225dd97cbe3;hpb=3643ef870e040d437448632209039477eac4e52c;p=spider.git diff --git a/cmd/show/wwv.pl b/cmd/show/wwv.pl index a8e4992a..ed5022d7 100644 --- a/cmd/show/wwv.pl +++ b/cmd/show/wwv.pl @@ -21,7 +21,7 @@ while ($f = shift @f) { # next field next if $from && $to > $from; } if (!$to) { - ($to) = $f =~ /^(\d+)$/o if !$to; # is it a to count? + ($to) = $f =~ /^(\d+)$/o; # is it a to count? next if $to; } }