X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fwx.pl;h=6b43268e89be34cc12c15ad1509dfa5f7dfda131;hb=601ea9fb47810209aeedef1a3041df5a916964f3;hp=81a81bf7d3b35131f546fc0a04f207c367c192bc;hpb=43436b1b70ab2c2f8bd8ed511061b45a2f5be8a6;p=spider.git diff --git a/cmd/show/wx.pl b/cmd/show/wx.pl index 81a81bf7..6b43268e 100644 --- a/cmd/show/wx.pl +++ b/cmd/show/wx.pl @@ -28,7 +28,7 @@ while ($f = shift @f) { # next field $to = 20 unless $to; $from = 0 unless $from; -@out = $self->spawn_cmd(\&DXLog::print, args => [$from, $to, $main::systime, 'ann', 'WX']); +@out = $self->spawn_cmd("show/wx $cmdline", \&DXLog::print, args => [$from, $to, $main::systime, 'ann', 'WX']); #@out = DXLog::print($from, $to, $main::systime, 'ann', $who); return (1, @out);