X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FSpot.pm;h=89fdec5b8460dc7b1465d382f144d73b54a51600;hb=48bb91dd1afc400c53af7ff579306317a4a5d969;hp=852a3bda04d9145cb406c799bdc78c3d4b264650;hpb=b29626c537438016f7221c667628d5e49b9f4fce;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];