2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00
git-svn-id: https://svn.fhem.de/fhem/trunk@480 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2009-11-17 07:04:32 +00:00
parent 98f6daee2a
commit ecca4acc3f

View File

@ -694,7 +694,7 @@ FHZ_Read($)
}
$hash->{RAWMSG} = $dmsg;
my %addvals = (RAWMSG => $rmsg);
my %addvals = (RAWMSG => $dmsg);
my $foundp = Dispatch($hash, $dmsg, \%addvals);
$fhzdata = substr($fhzdata, $len);