2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

Bug reported by TheDOC

git-svn-id: https://svn.fhem.de/fhem/trunk@3201 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2013-05-21 06:55:25 +00:00
parent ccf4ad1a41
commit 7d70682db5

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;