coverity 226339
This commit is contained in:
@@ -204,7 +204,7 @@ static int CmdFdxDemod(const char *Cmd) {
|
|||||||
else if (preambleIndex == -2)
|
else if (preambleIndex == -2)
|
||||||
PrintAndLogEx(DEBUG, "DEBUG: Error - FDX-B preamble not found");
|
PrintAndLogEx(DEBUG, "DEBUG: Error - FDX-B preamble not found");
|
||||||
else if (preambleIndex == -3)
|
else if (preambleIndex == -3)
|
||||||
PrintAndLogEx(DEBUG, "DEBUG: Error - FDX-B Size not correct: %d", size);
|
PrintAndLogEx(DEBUG, "DEBUG: Error - FDX-B Size not correct: %zu", size);
|
||||||
else
|
else
|
||||||
PrintAndLogEx(DEBUG, "DEBUG: Error - FDX-B ans: %d", preambleIndex);
|
PrintAndLogEx(DEBUG, "DEBUG: Error - FDX-B ans: %d", preambleIndex);
|
||||||
return PM3_ESOFT;
|
return PM3_ESOFT;
|
||||||
|
|||||||
Reference in New Issue
Block a user