remove all old dx stuff and check that it all now works solely from the
[spider.git] / cmd / show / dx.pl
index ddc29bbab419a1f513c3b84f8f40cf9e52214a26..1203cb3b2abc99de6659339d2d871faa73c9bca6 100644 (file)
@@ -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);
                }