cppcheck clarify mix of boolean and bitwise ops

This commit is contained in:
Philippe Teuwen 2021-09-03 23:54:39 +02:00
commit 971c0126de

View file

@ -678,7 +678,7 @@ static int CmdIndalaClone(const char *Cmd) {
return PM3_EINVARG;
}
if (!got_26 & fmt4041x) {
if ((!got_26) && fmt4041x) {
PrintAndLogEx(FAILED, "You must specify a facility code and card number when using 4041X format");
return PM3_EINVARG;
}