1. fixed problem with missing DXDebug in DXProt.
[spider.git] / cmd / show / wwv.pl
index a8e4992a9e896a30f66cab9d35c51225dd97cbe3..ed5022d728d1e131dc62fa4e31bf7849b2feb6b7 100644 (file)
@@ -21,7 +21,7 @@ while ($f = shift @f) {                 # next field
                next if $from && $to > $from;
        }
        if (!$to) {
-               ($to) = $f =~ /^(\d+)$/o if !$to;              # is it a to count?
+               ($to) = $f =~ /^(\d+)$/o;              # is it a to count?
                next if $to;
        }
 }