X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fdx.pl;h=a2c81a17055174b7bf952bce35f744d5859c4269;hb=4746cf71bae031c57c24600713d7cfc281d71e20;hp=7e4d3a3587e8d7c655820f5c560dd1d5979130d3;hpb=c83b1ca22765fc07e5adcdc8dac24cbd066c9b95;p=spider.git diff --git a/cmd/show/dx.pl b/cmd/show/dx.pl index 7e4d3a35..a2c81a17 100644 --- a/cmd/show/dx.pl +++ b/cmd/show/dx.pl @@ -162,7 +162,7 @@ sub handle # now do the search - if ($self->{_nospawn}) { + if ($self->{_nospawn} || ($Spot::spotcachedays && !$expr && $from == 0 && $fromday == 0 && $today == 0)) { my @res = Spot::search($expr, $fromday, $today, $from, $to, $user, $dofilter, $self); my $ref; my @dx; @@ -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); } } }