X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FSpot.pm;h=4f9f18ab2fa0540f3a7157268c9a5807274f1e60;hb=bca4b6588ad991fae127c4fc32692068fa266175;hp=4d87be3723e2317d8b7d6718da37dd9bfb66ed55;hpb=3bf0a0d26c5173475e4e799e27db63677d86572f;p=spider.git diff --git a/perl/Spot.pm b/perl/Spot.pm index 4d87be37..4f9f18ab 100644 --- a/perl/Spot.pm +++ b/perl/Spot.pm @@ -394,7 +394,8 @@ sub dup # remove SSID or area $by =~ s|[-/]\d+$||; - $freq = sprintf "%.1f", $freq; # normalise frequency +# $freq = sprintf "%.1f", $freq; # normalise frequency + $freq = int $freq; # normalise frequency $call = substr($call, 0, $maxcalllth) if length $call > $maxcalllth; chomp $text;