get the spotted and spotter the right way around
authorminima <minima>
Fri, 17 Dec 2004 12:36:04 +0000 (12:36 +0000)
committerminima <minima>
Fri, 17 Dec 2004 12:36:04 +0000 (12:36 +0000)
perl/VE7CC.pm

index 2679ff1e4e2f39dda68d71821c6e9a8faa9fb65b..2e931777969820577dcdadf8c74d7f7f0b13e087 100644 (file)
@@ -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);
 }