CmdHF14ADesValueOperations

This commit is contained in:
merlokk 2021-08-09 14:48:42 +03:00
commit 33c79942c9

View file

@ -4757,9 +4757,7 @@ static int CmdHF14ADesValueOperations(const char *Cmd) {
} }
uint32_t value = 0; uint32_t value = 0;
res = arg_get_u32_hexstr_def_nlen(ctx, 14, 0, &value, 4, true); if (CLIGetUint32Hex(ctx, 14, 0, &value, NULL, 4, "Value must have 4 byte length")) {
if (res == 2) {
PrintAndLogEx(ERR, "Value must have 4 byte length");
CLIParserFree(ctx); CLIParserFree(ctx);
return PM3_EINVARG; return PM3_EINVARG;
} }