From: minima Date: Sat, 7 Jan 2006 11:32:47 +0000 (+0000) Subject: fix problem displaying spots with the standalone program 'showdx'. X-Git-Tag: R_1_52~49 X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=9af2711cba6e2a1aa298580ba00d87594d623c30 fix problem displaying spots with the standalone program 'showdx'. --- diff --git a/Changes b/Changes index ec2f81c4..e28166d3 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ +07Jan06======================================================================= +1. Fixed problem with the standalone 'showdx' program pointed out by Leo, +IZ5FSA. 06Jan06======================================================================= 1. Fix problem with rcmd sh/fdx 27Dec05======================================================================= diff --git a/cmd/show/dx.pl b/cmd/show/dx.pl index 31809a73..17a17d27 100644 --- a/cmd/show/dx.pl +++ b/cmd/show/dx.pl @@ -369,7 +369,7 @@ my @res = Spot::search($expr, $fromday, $today, $from, $to, $hint, $dofilter ? $ my $ref; my @dx; foreach $ref (@res) { - if ($self->ve7cc) { + if ($self && $self->ve7cc) { push @out, VE7CC::dx_spot($self, @$ref); } else { if ($real) {