remove all old dx stuff and check that it all now works solely from the
[spider.git] / perl / Thingy / Dx.pm
index 9b7a181becf7da0cfceece21e28600f1c0935ee9..10eee308fd035c6fdf33170b9df1c84695bab41d 100644 (file)
@@ -86,7 +86,7 @@ sub gen_DXCommandmode
        if ($dxchan->{ve7cc}) {
                $buf = VE7CC::dx_spot($dxchan, $thing->{spotdata});
        } else {
-               $buf = $dxchan->format_dx_spot($thing->{spotdata});
+               $buf = Spot::format_dx_spot($dxchan, $thing->{spotdata});
                $buf .= "\a\a" if $dxchan->{beep};
                $buf =~ s/\%5E/^/g;
        }