Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
10.7.1.1
-
None
-
Normal
-
Deviation from standard
Description
code does
byte b = reader.readByte();
if (b == 0xF1)
database.sendTRGDFTRT = true;
due to sign extension, this test will never be true.
fixed