mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
text
This commit is contained in:
parent
42700d3c51
commit
795745ea32
1 changed files with 1 additions and 1 deletions
|
@ -2552,7 +2552,7 @@ static int CmdHF14AMfAutoPWN(const char *Cmd) {
|
|||
if (has_staticnonce == NONCE_NORMAL) {
|
||||
prng_type = detect_classic_prng();
|
||||
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(fptr);
|
||||
return PM3_ESOFT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue