2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

fhem.pl: InternalTimer parameter change, second try

git-svn-id: https://svn.fhem.de/fhem/trunk@11000 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2016-03-05 17:02:48 +00:00
parent f8d080a8c0
commit 752d8d1406

View File

@ -2775,7 +2775,7 @@ HandleTimeout()
##################################### #####################################
sub sub
InternalTimer($$$$) InternalTimer($$$;$)
{ {
my ($tim, $fn, $arg, $waitIfInitNotDone) = @_; my ($tim, $fn, $arg, $waitIfInitNotDone) = @_;