From 795745ea32461db6defa6f49eb6bf1af76125f75 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 27 Jul 2023 14:20:37 +0200 Subject: [PATCH] text --- client/src/cmdhfmf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhfmf.c b/client/src/cmdhfmf.c index 11bcdd41f..45f33d665 100644 --- a/client/src/cmdhfmf.c +++ b/client/src/cmdhfmf.c @@ -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;