X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fdx.pl;h=1203cb3b2abc99de6659339d2d871faa73c9bca6;hb=b045cd59e152bf125fb32d3c28cc49cf659b8a4d;hp=ddc29bbab419a1f513c3b84f8f40cf9e52214a26;hpb=b9a94abaa884ae7a95d12effd8df111be2767015;p=spider.git diff --git a/cmd/show/dx.pl b/cmd/show/dx.pl index ddc29bba..1203cb3b 100644 --- a/cmd/show/dx.pl +++ b/cmd/show/dx.pl @@ -365,7 +365,7 @@ foreach $ref (@res) { push @out, VE7CC::dx_spot($self, @$ref); } else { if ($real) { - push @out, $self->format_dx_spot(@$ref); + push @out, $self->format_dx_spot($ref); } else { push @out, Spot::formatl(@$ref); }