X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fdx.pl;h=a2c81a17055174b7bf952bce35f744d5859c4269;hb=942a06f9a573659489eb4a9185b73c4296cd31fd;hp=bad8ffde0894634b51009a74a63ad903e23e7e17;hpb=743a03b3b060fbff8579503647a01722fb634cb1;p=spider.git diff --git a/cmd/show/dx.pl b/cmd/show/dx.pl index bad8ffde..a2c81a17 100644 --- a/cmd/show/dx.pl +++ b/cmd/show/dx.pl @@ -175,7 +175,7 @@ sub handle push @out, DXCommandmode::format_dx_spot($self, @$ref); } else { - push @out, Spot::formatl(@$ref); + push @out, Spot::formatl($self->{width}, @$ref); } } } @@ -197,7 +197,7 @@ sub handle push @out, DXCommandmode::format_dx_spot($self, @$ref); } else { - push @out, Spot::formatl(@$ref); + push @out, Spot::formatl($self->{width}, @$ref); } } }