X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Flog.pl;h=f8858583cecba50832ea85574bddd257ccd3cfd6;hb=ec2bc54f842a3b684ce9375511f4ab2098717fe1;hp=3ff4a50b25dfab2f55027caff8ebe7aba5bec1db;hpb=23b5ee57c8db6a3269d41bf11f2264c074780b88;p=spider.git diff --git a/cmd/show/log.pl b/cmd/show/log.pl index 3ff4a50b..f8858583 100644 --- a/cmd/show/log.pl +++ b/cmd/show/log.pl @@ -21,7 +21,7 @@ while ($f = shift @f) { # next field next if $from && $to > $from; } unless ($to) { - ($to) = $f =~ /^(\d+)$/o if !$to; # is it a to count? + ($to) = $f =~ /^(\d+)$/ if !$to; # is it a to count? next if $to; } unless ($who) {