From 795ae12e4dde6a0b5848bfe3d2f3048a671c5fcd Mon Sep 17 00:00:00 2001 From: minima Date: Mon, 23 Apr 2001 00:47:10 +0000 Subject: [PATCH] fix error in local storage --- cmd/dx.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/dx.pl b/cmd/dx.pl index c25e5df0..fd233eb1 100644 --- a/cmd/dx.pl +++ b/cmd/dx.pl @@ -107,7 +107,7 @@ if (grep $_ eq $spotted, @DXProt::baddx) { my @spot = Spot::prepare($freq, $spotted, $main::systime, $line, $spotter, $main::mycall); if (@spot) { # store it - Spot::add(@out); + Spot::add(@spot); # send orf to the users DXProt::send_dx_spot($self, DXProt::pc11($spotter, $freq, $spotted, $line), @spot); -- 2.34.1