X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Flog.pl;h=f8858583cecba50832ea85574bddd257ccd3cfd6;hb=2fc6c64fec914c8f6b739beee9f0f8a180ea6123;hp=bad1f61df3a325612f1c52db57d541717a0e8902;hpb=afaf4672c6136e4edb89e1035e82681cbabf869a;p=spider.git diff --git a/cmd/show/log.pl b/cmd/show/log.pl index bad1f61d..f8858583 100644 --- a/cmd/show/log.pl +++ b/cmd/show/log.pl @@ -3,7 +3,7 @@ # # Copyright (c) 1998 - Dirk Koopman G1TLH # -# $Id$ +# # my $self = shift; @@ -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) {