X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FSpot.pm;fp=perl%2FSpot.pm;h=53f98fa66900808c7f9d77ee0b623c7a10b4555f;hb=9cb17cdc59baad6fd8d175ec9a644575cdc8c5d5;hp=85678a4dc2cf398ccb2a69fdac5ab4eac1b365f0;hpb=4a537d5ee952ce14ac88ebe07e4f015155b576ee;p=spider.git diff --git a/perl/Spot.pm b/perl/Spot.pm index 85678a4d..53f98fa6 100644 --- a/perl/Spot.pm +++ b/perl/Spot.pm @@ -361,6 +361,8 @@ sub dup $d = int ($d / 60); $d *= 60; + $by =~ s/-\d+$//g; + $freq = sprintf "%.1f", $freq; # normalise frequency $call = substr($call, 0, $maxcalllth) if length $call > $maxcalllth;