fix error in local storage
authorminima <minima>
Mon, 23 Apr 2001 00:47:10 +0000 (00:47 +0000)
committerminima <minima>
Mon, 23 Apr 2001 00:47:10 +0000 (00:47 +0000)
cmd/dx.pl

index c25e5df07c533a12cc283e30fd91edd2aff39c9e..fd233eb1afc55dedf78f50d0ca5e529975288c99 100644 (file)
--- 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);