chg, 'hf mf sim' is ok to call without parameter

This commit is contained in:
iceman1001 2018-01-11 22:07:26 +01:00
parent 8f6253c5ed
commit 1b20ff8243

View file

@ -1798,7 +1798,7 @@ int CmdHF14AMf1kSim(const char *Cmd) {
}
}
//Validations
if (errors || cmdp == 0) return usage_hf14_mf1ksim();
if (errors) return usage_hf14_mf1ksim();
PrintAndLog(" uid:%s, numreads:%d, flags:%d (0x%02x) "
, (uidlen == 0 ) ? "N/A" : sprint_hex(uid, uidlen>>1)