mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
move iclass_dump.bin in resources/
This commit is contained in:
parent
de5c5df732
commit
ca8aee33ea
3 changed files with 2 additions and 1 deletions
|
@ -405,7 +405,7 @@ out:
|
|||
int loadFile_safe(const char *preferredName, const char *suffix, void **pdata, size_t *datalen) {
|
||||
|
||||
char *path;
|
||||
int res = searchFile(&path, "", preferredName, suffix);
|
||||
int res = searchFile(&path, RESOURCES_SUBDIR, preferredName, suffix);
|
||||
if (res != PM3_SUCCESS) {
|
||||
return PM3_EFILE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue