mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
iso15 JSON dump loading: fix loaded size
This commit is contained in:
parent
414275802d
commit
fbbfa0c356
1 changed files with 1 additions and 1 deletions
|
@ -1755,7 +1755,7 @@ int loadFileJSONex(const char *preferredName, void *data, size_t maxdatalen, siz
|
||||||
sptr += len;
|
sptr += len;
|
||||||
}
|
}
|
||||||
|
|
||||||
*datalen = sptr;
|
*datalen = sizeof(iso15_tag_t);
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue