mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-31 03:50:45 -07:00
file extension needed?
This commit is contained in:
parent
9f439fde4e
commit
6423a0ec76
1 changed files with 1 additions and 1 deletions
|
@ -1011,7 +1011,7 @@ int loadFileNFC_safe(const char *preferredName, void *data, size_t maxdatalen, s
|
|||
int retval = PM3_SUCCESS;
|
||||
|
||||
char *path;
|
||||
int res = searchFile(&path, RESOURCES_SUBDIR, preferredName, "", false);
|
||||
int res = searchFile(&path, RESOURCES_SUBDIR, preferredName, ".nfc", false);
|
||||
if (res != PM3_SUCCESS) {
|
||||
return PM3_EFILE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue