fix coverity CID 322519

This commit is contained in:
iceman1001 2021-05-13 17:00:37 +02:00
commit 5c64cc6adb

View file

@ -3020,7 +3020,7 @@ static int CmdHF14ADesChangeValue(const char *Cmd) {
swap32(value.value);
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;
}