Coverity Scan 133850, need to ask @jason about this one.
This commit is contained in:
@@ -297,7 +297,7 @@ int CmdLegicDecode(const char *Cmd) {
|
||||
i = 8;
|
||||
|
||||
wrp = data_buf[7] & 0x0F;
|
||||
wrc = (data_buf[7] & 0x07) >> 4;
|
||||
wrc = (data_buf[7] & 0x07) >> 4; // ICEMAN 20160802, this will always be ZERO
|
||||
|
||||
bool hasWRC = (wrc > 0);
|
||||
bool hasWRP = (wrp > wrc);
|
||||
|
||||
Reference in New Issue
Block a user