mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-25 18:34:53 +00:00
iso15 JSON dump loading: fix loaded size
This commit is contained in:
@@ -1755,7 +1755,7 @@ int loadFileJSONex(const char *preferredName, void *data, size_t maxdatalen, siz
|
||||
sptr += len;
|
||||
}
|
||||
|
||||
*datalen = sptr;
|
||||
*datalen = sizeof(iso15_tag_t);
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user