mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
00_ZWdongle.pm: fix warning (Forum #37489)
git-svn-id: https://svn.fhem.de/fhem/trunk@8633 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c7f999b4fe
commit
8318058515
@ -574,7 +574,7 @@ ZWDongle_ReadAnswer($$$)
|
||||
return ("No FD (dummy device?)", undef)
|
||||
if(!$hash || ($^O !~ /Win/ && !defined($hash->{FD})));
|
||||
my $to = ($hash->{RA_Timeout} ? $hash->{RA_Timeout} : 3);
|
||||
Log3 $hash, 4, "ZWDongle_ReadAnswer arg:$arg regexp:$regexp";
|
||||
Log3 $hash, 4, "ZWDongle_ReadAnswer arg:$arg regexp:".($regexp ? $regexp:"");
|
||||
|
||||
for(;;) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user