This commit is contained in:
iceman1001 2023-07-27 14:20:37 +02:00
commit 795745ea32

View file

@ -2552,7 +2552,7 @@ static int CmdHF14AMfAutoPWN(const char *Cmd) {
if (has_staticnonce == NONCE_NORMAL) { if (has_staticnonce == NONCE_NORMAL) {
prng_type = detect_classic_prng(); prng_type = detect_classic_prng();
if (prng_type < 0) { if (prng_type < 0) {
PrintAndLogEx(FAILED, "\nNo tag detected or other tag communication error (%u)", prng_type); PrintAndLogEx(FAILED, "\nNo tag detected or other tag communication error (%i)", prng_type);
free(e_sector); free(e_sector);
free(fptr); free(fptr);
return PM3_ESOFT; return PM3_ESOFT;