mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
move hardnested tables to resources/
This commit is contained in:
parent
f227cebc3b
commit
2c853d94ea
362 changed files with 50 additions and 26 deletions
|
@ -241,7 +241,7 @@ static char *asn1_oid_description(const char *oid, bool with_group_desc) {
|
|||
memset(res, 0x00, sizeof(res));
|
||||
|
||||
char *path;
|
||||
if (searchFile(&path, RESOURCES_SUBDIR, "oids", ".json") != PM3_SUCCESS) {
|
||||
if (searchFile(&path, RESOURCES_SUBDIR, "oids", ".json", false) != PM3_SUCCESS) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue