X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fhfstats.pl;h=29568f4b50b6f1b51a1f4c45d06d6f6301bc5e9a;hb=8e14149148baba63ce5ae2b95aacda8ab6dd0d87;hp=1964a23ab60550f9023db22feb74ac22ac9ed3be;hpb=681ed7b3c6d79228a68054489058b619f62974bf;p=spider.git diff --git a/cmd/show/hfstats.pl b/cmd/show/hfstats.pl index 1964a23a..29568f4b 100644 --- a/cmd/show/hfstats.pl +++ b/cmd/show/hfstats.pl @@ -57,7 +57,7 @@ sub handle # @out = $self->spawn_cmd("show/hfstats $line", sub { # }); - if ($self->{_nospawn}) { + if ($self->{_nospawn} || $main::is_win == 1) { return (1, generate($self, $days, $now, $today)); } else {