From 7e8ffc3e0c0e8f4ac631703dac0d84a95c5d9a23 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 4 Aug 2021 18:17:16 +0200 Subject: [PATCH] string formatter --- client/src/crypto/asn1dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/crypto/asn1dump.c b/client/src/crypto/asn1dump.c index f09c4284f..fa5216825 100644 --- a/client/src/crypto/asn1dump.c +++ b/client/src/crypto/asn1dump.c @@ -327,7 +327,7 @@ bool asn1_tag_dump(const struct tlv *tlv, int level, bool *candump) { */ PrintAndLogEx(INFO, - "%*s-- %02X [%02ZX] '"_YELLOW_("%s") "'" NOLF + "%*s-- %02X [%02zX] '"_YELLOW_("%s") "'" NOLF , (level * 4) , " " , tlv->tag