mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
fhem.pl: fix WriteStateFile again (Forum #59547)
git-svn-id: https://svn.fhem.de/fhem/trunk@12421 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d11a1f65f5
commit
ef5cb71a99
@ -1421,7 +1421,7 @@ WriteStatefile()
|
||||
}
|
||||
|
||||
my @arr = GetAllReadings($d);
|
||||
printf SFH join("\n", @arr)."\n" if(@arr);
|
||||
print SFH join("\n", @arr)."\n" if(@arr);
|
||||
}
|
||||
|
||||
return "$attr{global}{statefile}: $!" if(!close(SFH));
|
||||
|
Loading…
x
Reference in New Issue
Block a user