X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FVE7CC.pm;h=2e931777969820577dcdadf8c74d7f7f0b13e087;hb=fcee4c6564cc9118d9e107276603658a4f68af18;hp=2679ff1e4e2f39dda68d71821c6e9a8faa9fb65b;hpb=d7c0e5450bfc963d1adb291611dd5b3664f9069d;p=spider.git 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); }