fix CID #405227 - wrong comparision for the first fix

This commit is contained in:
iceman1001 2023-03-04 20:20:10 +01:00
commit a0feb580c2

View file

@ -2018,7 +2018,7 @@ int infoHF_EMRTD_offline(const char *path) {
} }
// coverity scan CID 395630, // coverity scan CID 395630,
if (data != NULL) { if (data == NULL) {
return PM3_ESOFT; return PM3_ESOFT;
} }