X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FSpot.pm;h=89fdec5b8460dc7b1465d382f144d73b54a51600;hb=b55a5be0062fb96613a2f42c25de550d69283b7a;hp=852a3bda04d9145cb406c799bdc78c3d4b264650;hpb=95e1de8b4a66a860cd4e26e7cd6937d8e93203fb;p=spider.git diff --git a/perl/Spot.pm b/perl/Spot.pm index 852a3bda..89fdec5b 100644 --- a/perl/Spot.pm +++ b/perl/Spot.pm @@ -238,10 +238,9 @@ sub prepare # remove ssids and /xxx if present on spotter $out[4] =~ s/-\d+$//o; - # remove leading and trailing spaces + # remove leading and trailing spaces from comment field $out[3] = unpad($out[3]); - # add the 'dxcc' country on the end for both spotted and spotter, then the cluster call my @spd = Prefix::cty_data($out[1]); push @out, $spd[0];