X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FVE7CC.pm;h=d90430ca5a661fb3911165c4ea9cade535d5d997;hb=d40ce3bdc0585fc7740907562eb129f0a4383b4a;hp=729b91c07f43359a6856f9b831ff4857cf6f8e8f;hpb=eba7370bb0458ae84b4815f30494a7c389008d0e;p=spider.git diff --git a/perl/VE7CC.pm b/perl/VE7CC.pm index 729b91c0..d90430ca 100644 --- a/perl/VE7CC.pm +++ b/perl/VE7CC.pm @@ -47,7 +47,7 @@ sub dx_spot my $loc = $ref->qra || ''; $loc_spotter = substr($loc, 0, 4) if $loc; } - my $text = $_[4]; + my $text = $_[4] || ''; $text =~ s/\^/~/g; return sprintf("CC11^%0.1f^%s^", $freq, $spotted) . join('^', cldate($t), ztime($t), @_[0..3], $text, @_[5..10], $spotted_cc, $spotter_cc, $loc_spotted, $loc_spotter);