From 7c0f9d0991e01c7cdd95ec0e43898a0dc068550d Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 21 Apr 2026 13:26:34 +0700 Subject: [PATCH] ai and their love for emdash or utf characters --- client/src/cmdhficlass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhficlass.c b/client/src/cmdhficlass.c index 51f6b809f..67e628405 100644 --- a/client/src/cmdhficlass.c +++ b/client/src/cmdhficlass.c @@ -8086,7 +8086,7 @@ static int CmdHFiClassLiberate(const char *Cmd) { card_type = CARD_TYPE_MKF; } else { if (verbose) { - PrintAndLogEx(INFO, "Block %u decrypted to %s — not MKF", MKF_KNOWN_SECTOR, sprint_hex_inrow(decrypted, 8)); + PrintAndLogEx(INFO, "Not MFK. Block %u decrypted to %s", MKF_KNOWN_SECTOR, sprint_hex_inrow(decrypted, 8)); } } } else {