X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fwx.pl;h=62f04b180443a38061a7681c5e1e820068a8a2e0;hb=8e14149148baba63ce5ae2b95aacda8ab6dd0d87;hp=6b43268e89be34cc12c15ad1509dfa5f7dfda131;hpb=68fa2f8ae34d78464cb196851a7ce09ebef61b1b;p=spider.git diff --git a/cmd/show/wx.pl b/cmd/show/wx.pl index 6b43268e..62f04b18 100644 --- a/cmd/show/wx.pl +++ b/cmd/show/wx.pl @@ -28,7 +28,10 @@ while ($f = shift @f) { # next field $to = 20 unless $to; $from = 0 unless $from; -@out = $self->spawn_cmd("show/wx $cmdline", \&DXLog::print, args => [$from, $to, $main::systime, 'ann', 'WX']); +if ($self->{_nospawn} || $main::is_win == 1) { + @out = $self->spawn_cmd("show/wx $cmdline", \&DXLog::print, args => [$from, $to, $main::systime, 'ann', 'WX']); +} else { + @out = DXLog::print($from, $to, $main::systime, 'ann', 'WX'); +} -#@out = DXLog::print($from, $to, $main::systime, 'ann', $who); return (1, @out);