mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
stupid...
This commit is contained in:
parent
9a2a0116e4
commit
ca606bb211
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue