From e2ca7811e49048bfad82ec31e148a79fe9904e2b Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Tue, 2 Jun 2020 21:42:02 +0100 Subject: [PATCH] fix the small whoopsie in sh/dx --- Changes | 2 ++ cmd/show/dx.pl | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 9b412288..deb80a73 100644 --- 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 diff --git a/cmd/show/dx.pl b/cmd/show/dx.pl index c9d85c4b..c0c43fa3 100644 --- a/cmd/show/dx.pl +++ b/cmd/show/dx.pl @@ -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'); -- 2.34.1