From: minima Date: Fri, 17 Dec 2004 12:36:04 +0000 (+0000) Subject: get the spotted and spotter the right way around X-Git-Tag: R_1_52~252 X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=fcee4c6564cc9118d9e107276603658a4f68af18;p=spider.git get the spotted and spotter the right way around --- diff --git a/perl/VE7CC.pm b/perl/VE7CC.pm index 2679ff1e..2e931777 100644 --- a/perl/VE7CC.pm +++ b/perl/VE7CC.pm @@ -34,8 +34,8 @@ sub dx_spot # remove interface callsign; pop; - my $spotted_cc = (Prefix::cty_data($spotted))[5]; - my $spotter_cc = (Prefix::cty_data($_[1]))[5]; + my $spotter_cc = (Prefix::cty_data($spotted))[5]; + my $spotted_cc = (Prefix::cty_data($_[1]))[5]; return sprintf("CC11^%0.1f^%s^", $freq, $spotted) . join('^', cldate($t), ztime($t), @_, $spotter_cc, $spotted_cc); }