fix loading nfc files

This commit is contained in:
iceman1001 2024-11-05 22:28:00 +01:00
commit 73e5045bcd

View file

@ -3085,7 +3085,7 @@ int pm3_load_dump(const char *fn, void **pdump, size_t *dumplen, size_t maxdumpl
case FLIPPER: { case FLIPPER: {
nfc_df_e dumptype; nfc_df_e dumptype;
res = detect_nfc_dump_format(fn, &dumptype, true); res = detect_nfc_dump_format(fn, &dumptype, true);
if (res != SUCCESS) { if (res != PM3_SUCCESS) {
break; break;
} }