X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fwwv.pl;fp=cmd%2Fshow%2Fwwv.pl;h=ed5022d728d1e131dc62fa4e31bf7849b2feb6b7;hb=d5b4190c36f130852973121042876af3c5642cd7;hp=a8e4992a9e896a30f66cab9d35c51225dd97cbe3;hpb=4c0591c17b89dbb049ba119d3f3ea15c5b56128c;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; } }