Allow synonyms for localhost
[spider.git] / cmd / show / log.pl
index b1023f29bea726cdf5182c58e0a4af6bf82f91ba..ec84daa0af781343767cd915409388642756a553 100644 (file)
@@ -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+/) {