fix default in sh/qrz
authorminima <minima>
Thu, 9 Dec 2004 10:41:44 +0000 (10:41 +0000)
committerminima <minima>
Thu, 9 Dec 2004 10:41:44 +0000 (10:41 +0000)
Changes
cmd/show/qrz.pl

diff --git a/Changes b/Changes
index 5d95a999bfebc38afcb4ec9bd2bc7a27ebc8e7a2..66f31cd4dda11ad42f71c087d8b4bd1dc20a2b10 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+09Dec04=======================================================================
+1. fix show/mydx properly this time (and test the fix!)
+2. fix the default in show/qrz
 06Dec04=======================================================================
 1. fix show/mydx if there is no defined spotfilter
 07Oct04=======================================================================
index ca1935a4c53dbe131e5bb5e4aade2a80d7b234cb..fdcdc59dce4205f7ca992f8c6ee15f83e92633be 100644 (file)
@@ -22,7 +22,7 @@ return (1, "SHOW/QRZ <callsign>, e.g. SH/QRZ g1tlh") unless @list;
 my $target = $Internet::http_proxy || $Internet::qrz_url || 'www.qrz.com';
 my $port = $Internet::http_proxy_port || 80;
 my $url = '';
-$url = 'http://' . ($Internet::qrz_url || '$www.qrz.com') if $Internet::http_proxy;
+$url = 'http://' . ($Internet::qrz_url | 'www.qrz.com') if $Internet::http_proxy;
 
 
 use Net::Telnet;