mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 06:13:51 -07:00
commit
9d072d168a
1 changed files with 1 additions and 1 deletions
|
@ -2032,7 +2032,7 @@ int DesfireFillFileList(DesfireContext_t *dctx, FileList_t FileList, size_t *fil
|
|||
|
||||
*isopresent = (isoindx > 0);
|
||||
|
||||
return res;
|
||||
return PM3_SUCCESS;
|
||||
}
|
||||
|
||||
int DesfireCreateFile(DesfireContext_t *dctx, uint8_t ftype, uint8_t *fdata, size_t fdatalen, bool checklen) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue