added routing for PC26/27 and also put the correct callsign on the end
[spider.git] / perl / Spot.pm
index 75e34c116a7e7e2f11bb21047637eb37dc01ba63..2e4afe023c2c72ba6b1fa4fa85df875986213c2d 100644 (file)
@@ -140,7 +140,7 @@ sub search
 
        $fp->close;                                     # close any open files
 
-       for ($i = 0; $i < $maxdays; ++$i) {     # look thru $maxdays worth of files only
+       for ($i = $count = 0; $i < $maxdays; ++$i) {    # look thru $maxdays worth of files only
                my @now = Julian::sub(@fromdate, $i); # but you can pick which $maxdays worth
                last if Julian::cmp(@now, @todate) <= 0;