2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-08 01:14:19 +00:00

98_structure.pm: remove warning (Forum #67620)

git-svn-id: https://svn.fhem.de/fhem/trunk@13485 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2017-02-22 07:44:54 +00:00
parent 8fd14b3450
commit cc228129bd

View File

@ -375,7 +375,7 @@ structure_Set($@)
my @devList = split("[ \t][ \t]*", $hash->{DEF});
shift @devList;
if(@list > 1 && @list[$#list] eq "reverse") {
if(@list > 1 && $list[$#list] eq "reverse") {
pop @list;
@devList = reverse @devList;
}