From a5d541aa69bd39091bde0ed3d2cb67022aaa2ab3 Mon Sep 17 00:00:00 2001 From: minima Date: Thu, 9 Dec 2004 10:28:00 +0000 Subject: [PATCH] fixed sh/mydx properly this time! --- cmd/show/dx.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/show/dx.pl b/cmd/show/dx.pl index daf77a3d..f28ae1a4 100644 --- a/cmd/show/dx.pl +++ b/cmd/show/dx.pl @@ -86,7 +86,7 @@ while ($f = shift @list) { # next field next; } if (lc $f =~ /^filt/) { - $dofilter = 1 if $self->{spotfilter}; + $dofilter = 1 if $self->spotsfilter; next; } if (lc $f eq 'qsl') { -- 2.34.1