X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXCommandmode.pm;h=3eb9a1c6ce7ff153bebb30db4affbc9cf59dc227;hb=6230850db2f82835e5ef75da4f418615ba4261da;hp=94c836344e54df81cdf098f4e3719a9940c0ee75;hpb=23f64142e2cddaff37c14efd3140a6f7f41cb84a;p=spider.git diff --git a/perl/DXCommandmode.pm b/perl/DXCommandmode.pm index 94c83634..3eb9a1c6 100644 --- a/perl/DXCommandmode.pm +++ b/perl/DXCommandmode.pm @@ -920,9 +920,9 @@ sub format_dx_spot my $t = ztime($_[2]); my $loc = ''; my $clth = $self->{consort} eq 'local' ? 29 : 30; - my $comment = substr $_[3], 0, $clth; + my $comment = substr (($_[3] || ''), 0, $clth); $comment .= ' ' x ($clth - length($comment)); - if ($self->{user}->wantgrid) { + if ($self->{user}->wantgrid) { my $ref = DXUser->get_current($_[4]); if ($ref) { $loc = $ref->qra || '';