Bug reported by TheDOC

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@3201 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2013-05-21 06:55:25 +00:00
parent 43f51985c6
commit 2ae0dc02b0

View File

@@ -160,7 +160,7 @@ FBAHA_configInd($$)
while(length($data) >= 288) {
my $id = hex(substr($data, 0, 4));
my $act = hex(substr($data, 4, 2));
my $typ = hex(substr($data, 8, 4));
my $typ = hex(substr($data, 8, 8));
my $lsn = hex(substr($data, 16, 8));
my $nam = pack("H*",substr($data,24,160)); $nam =~ s/\x0//g;