mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
fix coverity CID 322519
This commit is contained in:
parent
3b7153045f
commit
5c64cc6adb
1 changed files with 1 additions and 1 deletions
|
@ -3020,7 +3020,7 @@ static int CmdHF14ADesChangeValue(const char *Cmd) {
|
||||||
swap32(value.value);
|
swap32(value.value);
|
||||||
|
|
||||||
if (value.fileno > 0x1F) {
|
if (value.fileno > 0x1F) {
|
||||||
PrintAndLogEx(ERR, "File number range is invalid (exp 0 - 31), got %d", fileno);
|
PrintAndLogEx(ERR, "File number range is invalid (exp 0 - 31), got %d", value.fileno);
|
||||||
return PM3_EINVARG;
|
return PM3_EINVARG;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue