use correct spotfilter
This commit is contained in:
minima 2004-06-22 13:03:17 +00:00
parent d4b94aba59
commit 4e6ea4e799
2 changed files with 2 additions and 2 deletions

View File

@ -2140,7 +2140,7 @@ that you have set, first.
This command, together with ACCEPT/SPOT or REJECT/SPOT, will allow
you to customise the spots that you receive.
So if you have said: ACC/SPOT freq on hf
So if you have said: ACC/SPOT on hf
Doing a SHOW/MYDX will now only, ever, show HF spots. All the other
options on SH/DX can still be used.

View File

@ -233,7 +233,7 @@ sub search
for (\$c = \$#spots; \$c >= 0; \$c--) {
\$ref = \$spots[\$c];
if ($expr) {
if (\$dxchan && \$dxchan->{inspotsfilter}) {
if (\$dxchan && \$dxchan->{spotsfilter}) {
if (\@\$ref < 9) {
my \@dxcc = Prefix::cty_data(\$ref->[1]);
if (\@dxcc) {