From: minima Date: Mon, 23 Apr 2001 00:47:10 +0000 (+0000) Subject: fix error in local storage X-Git-Tag: R_1_47~9 X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=795ae12e4dde6a0b5848bfe3d2f3048a671c5fcd;p=spider.git fix error in local storage --- 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);