stupid...

This commit is contained in:
iceman1001 2019-09-08 23:23:06 +02:00
commit ca606bb211

View file

@ -1238,7 +1238,7 @@ static int CmdHFiClassReader_Dump(const char *Cmd) {
uint8_t isOK = resp.oldarg[0] & 0xff; uint8_t isOK = resp.oldarg[0] & 0xff;
if (!isOK && !blocksRead) { if (!isOK && !blocksRead) {
PrintAndLogEx(WARNING, "read block failed"); PrintAndLogEx(WARNING, "read block failed");
return PM3_ESOFt; return PM3_ESOFT;
} }
uint32_t startindex = resp.oldarg[2]; uint32_t startindex = resp.oldarg[2];