Fixing sleep bug

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@1399 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2012-03-30 07:27:54 +00:00
parent 570f5baa78
commit 35b914f411

View File

@@ -1932,7 +1932,7 @@ CommandSleep($$)
Log 4, "sleeping for $param";
if(!$cl && @cmdList && $param && $init_done) {
InternalTimer(gettimeofday()+$param, "WakeUpFn", join(";;", @cmdList), 0);
InternalTimer(gettimeofday()+$param, "WakeUpFn", join(";", @cmdList), 0);
@cmdList=();
} else {