BugFix for the value from yesterday problem
git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1603 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -262,8 +262,8 @@ RESCAN:
|
|||||||
my $l;
|
my $l;
|
||||||
|
|
||||||
if($rescan) {
|
if($rescan) {
|
||||||
last if($rescanIdx<=1 || !$rescanNum);
|
last if($rescanIdx<1 || !$rescanNum);
|
||||||
$l = $rescanArr[--$rescanIdx];
|
$l = $rescanArr[$rescanIdx--];
|
||||||
} else {
|
} else {
|
||||||
$l = <$ifh>;
|
$l = <$ifh>;
|
||||||
last if(!$l);
|
last if(!$l);
|
||||||
|
|||||||
Reference in New Issue
Block a user