mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-12 04:35:28 -07:00
fix loading nfc files
This commit is contained in:
parent
46813e0e50
commit
73e5045bcd
@ -3085,7 +3085,7 @@ int pm3_load_dump(const char *fn, void **pdump, size_t *dumplen, size_t maxdumpl
|
||||
case FLIPPER: {
|
||||
nfc_df_e dumptype;
|
||||
res = detect_nfc_dump_format(fn, &dumptype, true);
|
||||
if (res != SUCCESS) {
|
||||
if (res != PM3_SUCCESS) {
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user