X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fdx.pl;h=31809a734c7158be99dda8f73835fcb0b22beaba;hb=975cdb91b06595491e639e4d46b923f29d68ad2f;hp=fd3adeb0c2a9e0520968f81c7c2a6e7b32436f56;hpb=0ea62428b633223f0e7c3f87af1a1afd1df9819b;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); }