X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FSpot.pm;h=7f6265aca805c3fea907e9fdc19361b71d8ec7c6;hb=b1c75fc83d3dd1d82a2022f6ace2cc20ced19194;hp=385abb31bcbb49a556a3b2566c8f1bf1119acdc2;hpb=6d0ecd3545795aecacff640efc5ccc4e01be892b;p=spider.git diff --git a/perl/Spot.pm b/perl/Spot.pm index 385abb31..7f6265ac 100644 --- a/perl/Spot.pm +++ b/perl/Spot.pm @@ -465,7 +465,7 @@ sub formatl $comment =~ s/\t+/ /g; my $cl = length $comment; my $s = sprintf "%9.1f %-11s %s %s", $_[1], $_[2], $d, $t; - my $width = ($_[0] ? $_[0] : 80) - length($spotter) - length($s) - 2; + my $width = ($_[0] ? $_[0] : 80) - length($spotter) - length($s) - 4; $comment = substr $comment, 0, $width if $cl > $width; $comment .= ' ' x ($width-$cl) if $cl < $width;