From: Dirk Koopman Date: Fri, 19 Nov 2021 18:15:48 +0000 (+0000) Subject: prat! X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=bf70ca01121eabfc655ce899ebd14b1d31d1047f;p=spider.git prat! --- diff --git a/perl/Spot.pm b/perl/Spot.pm index 4a8cac94..df2a9730 100644 --- a/perl/Spot.pm +++ b/perl/Spot.pm @@ -463,7 +463,7 @@ sub formatl my $width = ($_[0] ? $_[0] : 80) - 80 + 28; my $comment = $_[4] || ''; $comment = substr $comment, 0, $width if length($comment) > $width; - $comment .= ' ' x ($width - length($comment)) if $comment < $width; + $comment .= ' ' x ($width - length($comment)) if length($comment) < $width; # return sprintf "%8.1f %-11s %s %s %-28.28s%7s>", $_[0], $_[1], $d, $t, ($_[3]||''), "<$_[4]" ; return sprintf "%8.1f %-11s %s %s ${comment}%7s>", $_[1], $_[2], $d, $t, "<$_[5]" ;