From fcee4c6564cc9118d9e107276603658a4f68af18 Mon Sep 17 00:00:00 2001 From: minima Date: Fri, 17 Dec 2004 12:36:04 +0000 Subject: [PATCH] get the spotted and spotter the right way around --- perl/VE7CC.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } -- 2.34.1