X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Flog.pl;h=f8858583cecba50832ea85574bddd257ccd3cfd6;hb=refs%2Fheads%2Fbackportdxprot;hp=3ff4a50b25dfab2f55027caff8ebe7aba5bec1db;hpb=c3505bcfc922cd712bad2c20b3479cf8d1dc54fe;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) {