X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FSpot.pm;h=b5d560115dc5dd2f7b1502e436df399f83862d32;hb=21eccb8b2261a8f75ab4a4ac1426b77664733069;hp=9fa0086ffa1e5595978a4309638f08d38f61b8f5;hpb=81bd571ef4d8b2b9762738cf70cd5b644c368dc5;p=spider.git diff --git a/perl/Spot.pm b/perl/Spot.pm index 9fa0086f..b5d56011 100644 --- a/perl/Spot.pm +++ b/perl/Spot.pm @@ -299,6 +299,7 @@ sub dup return 2 if $d < $main::systime - $dupage; $freq = sprintf "%.1f", $freq; # normalise frequency + $call = substr($call, 12) if length $call > 12; chomp $text; $text =~ s/\%([0-9A-F][0-9A-F])/chr(hex($1))/eg; $text = substr($text, 0, $duplth) if length $text > $duplth;