back port registration from mojo
[spider.git] / cmd / show / log.pl
index 3ff4a50b25dfab2f55027caff8ebe7aba5bec1db..f8858583cecba50832ea85574bddd257ccd3cfd6 100644 (file)
@@ -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) {