From 4e6ea4e7991cf205a61637e16f5cf852399e7ad9 Mon Sep 17 00:00:00 2001 From: minima Date: Tue, 22 Jun 2004 13:03:17 +0000 Subject: [PATCH] Fix help use correct spotfilter --- cmd/Commands_en.hlp | 2 +- perl/Spot.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/Commands_en.hlp b/cmd/Commands_en.hlp index 1f49e4ee..1e43910b 100644 --- a/cmd/Commands_en.hlp +++ b/cmd/Commands_en.hlp @@ -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. diff --git a/perl/Spot.pm b/perl/Spot.pm index 72a89807..3f5db145 100644 --- a/perl/Spot.pm +++ b/perl/Spot.pm @@ -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) { -- 2.34.1