fix rcmd <call> sh/fdx problem
[spider.git] / cmd / show / dx.pl
index fd3adeb0c2a9e0520968f81c7c2a6e7b32436f56..31809a734c7158be99dda8f73835fcb0b22beaba 100644 (file)
@@ -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);
                }