From 738ed6e476ad7298db771d74931aa6d58fd8889b Mon Sep 17 00:00:00 2001 From: merlokk Date: Thu, 15 Feb 2018 00:20:00 +0200 Subject: [PATCH] small fix --- client/cmdhflist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdhflist.c b/client/cmdhflist.c index 87d5b67d..cf69abba 100644 --- a/client/cmdhflist.c +++ b/client/cmdhflist.c @@ -456,7 +456,7 @@ bool DecodeMifareData(uint8_t *cmd, uint8_t cmdsize, uint8_t *parity, bool isRes AuthData.nt = ntx; mfLastKey = GetCrypto1ProbableKey(&AuthData); - PrintAndLog(" | * | key | nested probable key:%010"PRIx64" ks2:%08x ks3:%08x | |", + PrintAndLog(" | * | key | nested probable key:%012"PRIx64" ks2:%08x ks3:%08x | |", mfLastKey, AuthData.ks2, AuthData.ks3); -- 2.39.2