*really* changed the DX Spot to "the way it was"
[spider.git] / perl / DXCommandmode.pm
index 08b28acd3298b81d3ec7e644dd387aa70977698e..a5ae268b34c2b601eb176482453057e17e4c6e75 100644 (file)
@@ -1007,7 +1007,7 @@ sub format_dx_spot
 
        my $t = ztime($_[2]);
        my $loc = '';
-       my $clth = 31 + $self->{width} - 80;    # allow comment to grow according the screen width 
+       my $clth = 30 + $self->{width} - 80;    # allow comment to grow according the screen width 
        #       --$clth if $self->{consort} eq 'local';
        
        my $comment = substr (($_[3] || ''), 0, $clth);