mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
cppcheck clarify mix of boolean and bitwise ops
This commit is contained in:
parent
d3c6c430a8
commit
971c0126de
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue