X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fdx.pl;h=31809a734c7158be99dda8f73835fcb0b22beaba;hb=f19175c9555c23648a8da601555aa2d918850a97;hp=fd3adeb0c2a9e0520968f81c7c2a6e7b32436f56;hpb=d7d7ba29f0758f9b36af45c973e830031a9b3469;p=spider.git diff --git a/cmd/show/dx.pl b/cmd/show/dx.pl index fd3adeb0..31809a73 100644 --- a/cmd/show/dx.pl +++ b/cmd/show/dx.pl @@ -373,7 +373,7 @@ foreach $ref (@res) { push @out, VE7CC::dx_spot($self, @$ref); } else { if ($real) { - push @out, $self->format_dx_spot(@$ref); + push @out, DXCommandmode::format_dx_spot($self, @$ref); } else { push @out, Spot::formatl(@$ref); }