X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=cmd%2Fshow%2Flog.pl;h=ec84daa0af781343767cd915409388642756a553;hb=refs%2Fheads%2Fstaging;hp=b1023f29bea726cdf5182c58e0a4af6bf82f91ba;hpb=62a87def961821679e455f333a58bc8c357e0457;p=spider.git diff --git a/cmd/show/log.pl b/cmd/show/log.pl index b1023f29..ec84daa0 100644 --- a/cmd/show/log.pl +++ b/cmd/show/log.pl @@ -24,7 +24,7 @@ sub handle 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 ($f =~ /^\d+/) {