mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-19 11:33:51 +08:00
refactoring
This commit is contained in:
parent
fffa921aa0
commit
7003783c08
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ int ndefRecordsDecodeAndPrint(uint8_t *ndefRecord, size_t ndefRecordLen) {
|
|||
|
||||
ndefRecordDecodeAndPrint(&ndefRecord[len], NDEFHeader.RecLen);
|
||||
|
||||
len += NDEFHeader.len + NDEFHeader.TypeLen + NDEFHeader.PayloadLen + NDEFHeader.IDLen;
|
||||
len += NDEFHeader.RecLen;
|
||||
|
||||
if (NDEFHeader.MessageEnd)
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue