fix error in sh/qrz for calls that aren't found
[spider.git] / cmd / show / qrz.pl
index 9dd99818d4d4bc231b7caf62c5559911e0df832b..4468e13161990504238e8e2f3eba5436c2a82ee5 100644 (file)
@@ -39,6 +39,7 @@ foreach $l (@list) {
                        }
                }
                $t->close;
+               push @out, $self->msg('e3', 'qrz.com', $l) unless @out;
        } else {
                push @out, $self->msg('e18', 'QRZ.com');
        }