fix error in sh/qrz for calls that aren't found
authorminima <minima>
Mon, 5 Mar 2001 22:27:18 +0000 (22:27 +0000)
committerminima <minima>
Mon, 5 Mar 2001 22:27:18 +0000 (22:27 +0000)
Changes
cmd/show/qrz.pl

diff --git a/Changes b/Changes
index 5442857aab70bd80b6377558b8f59bba15c4d2c9..75ac768349074ec7bdf10bb653e8c09d54cea051 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
 05Mar01=======================================================================
 1. do some major surgery on the connect logic to shorten the possibility of 
 duplicate connects happening
+2. fix stupid error on sh/qrz queries that don't work
 04Mar01=======================================================================
 1. allow fallback to english for help
 03Mar01=======================================================================
index 4b05c7e0a5020b6d69369d084868dd5bc9969567..4468e13161990504238e8e2f3eba5436c2a82ee5 100644 (file)
@@ -39,7 +39,7 @@ foreach $l (@list) {
                        }
                }
                $t->close;
-               push @out, $self->msg('e3', 'qrz.com', $call) unless @out;
+               push @out, $self->msg('e3', 'qrz.com', $l) unless @out;
        } else {
                push @out, $self->msg('e18', 'QRZ.com');
        }