From 01bc5693d9f8e24b9de908a92d0f1d3bfbddac77 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 26 Jun 2020 19:08:04 +0200 Subject: [PATCH] another hardcode value --- utils/nfc-mfclassic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/nfc-mfclassic.c b/utils/nfc-mfclassic.c index 233ad8a..952339b 100644 --- a/utils/nfc-mfclassic.c +++ b/utils/nfc-mfclassic.c @@ -620,7 +620,7 @@ static bool is_directwrite(bool test_write) bUseKeyFile = false; // Try to authenticate for the current sector if (!authenticate(0)) { - printf("!\nError: authentication failed for block 0x%02x\n", 0); + printf("!\nError: authentication failed for block 0x00\n"); bUseKeyFile = orig_bUseKeyFile; return false; }