fix: 'hf mfu ndef - sig2 uses wrong index

This commit is contained in:
iceman1001
2020-04-02 09:25:04 +02:00
parent 3b4d5b5676
commit 61e59fa913

View File

@@ -2797,6 +2797,8 @@ static int CmdHF14MfuNDEF(const char *Cmd) {
return PM3_ESOFT;
}
}
PrintAndLogEx(INFO, "ICE:: %s", sprint_hex(records, maxsize));
DropField();
status = NDEFDecodeAndPrint(records, (size_t)maxsize, true);
free(records);