undo rounding change
[spider.git] / perl / Spot.pm
index b4fd27c4c1f5c69c757120742f61fecc62b5b568..5ea169f2f48021be9b6d37224feb32dc7737e63e 100644 (file)
@@ -169,7 +169,7 @@ sub prepare
        my @out = @_[0..4];      # just up to the spotter
 
        # normalise frequency
-       $out[0] = sprintf "%.1f", $out[0]+0.05;
+       $out[0] = sprintf "%.1f", $out[0];
   
        # remove ssids and /xxx if present on spotter
        $out[4] =~ s/-\d+$//o;