fix coverity 303441, 303442, 303486, 286660

This commit is contained in:
iceman1001
2020-11-02 17:55:48 +01:00
parent e91c46616a
commit feddfe7f43
2 changed files with 7 additions and 5 deletions

View File

@@ -4476,7 +4476,7 @@ static int CmdHF14aDesChk(const char *Cmd) {
PrintAndLogEx(INFO, "Loaded " _YELLOW_("%"PRIu32) " k3kdes keys", k3kkeyListLen);
}
if (!verbose)
if (verbose == false)
PrintAndLogEx(INFO, "Search keys:");
bool result = false;