mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-20 13:26:02 +00:00
Windows fix
git-svn-id: https://svn.fhem.de/fhem/trunk@427 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
b9fdee3181
commit
28e91b2c3c
@ -439,7 +439,7 @@ FHZ_ReadAnswer($$$)
|
||||
{
|
||||
my ($hash,$arg, $to) = @_;
|
||||
|
||||
return undef if(!$hash || !defined($hash->{FD}));
|
||||
return undef if(!$hash || ($^O!~/Win/ && !defined($hash->{FD}));
|
||||
|
||||
my ($mfhzdata, $rin) = ("", '');
|
||||
my $nfound;
|
||||
|
Loading…
x
Reference in New Issue
Block a user