fix the small whoopsie in sh/dx
authorDirk Koopman <djk@tobit.co.uk>
Tue, 2 Jun 2020 20:42:02 +0000 (21:42 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Tue, 2 Jun 2020 20:42:02 +0000 (21:42 +0100)
Changes
cmd/show/dx.pl

diff --git a/Changes b/Changes
index 9b4122885d48a46846ce92fc5d1215a7952ccd09..deb80a7335aa77eb28eb99c8d2d43a981a31a845 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+02Jun20=======================================================================
+1. Fix the small whoopsie in sh/dx.
 01Jun20=======================================================================
 1. Fix sh/dx iota and qra. This completes the conversion of sh/dx's limited
    "old style" parsing to using Filter style parsing with something that 
index c9d85c4bef562da88c0de932a8dc5136b56cf712..c0c43fa35c50b866a5f865aeca22dfa7109f32cf 100644 (file)
@@ -94,7 +94,6 @@ sub handle
                        next;
                }
                if (grep {lc $f eq $_} qw(on freq call info spotter by call_dxcc by_dxcc bydxcc origin call_itu itu call_zone zone  byitu by_itu by_zone byzone call_state state bystate by_state ip) ) {
-                       $f =~ s/^by(\w)/by_$1/;
                        push @flist, $f;
                        push @flist, shift @list if @list;
                        dbg("sh/dx function $flist[-2] $flist[-1]") if isdbg('sh/dx');