fix error in sh/qrz for calls that aren't found
[spider.git] / cmd / show / qrz.pl
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');
        }