From 06bedd410e1eae145230b262d828acea8da19ae4 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Mon, 13 Apr 2026 09:30:40 +0200 Subject: [PATCH] ulaes info: align output --- client/src/cmdhfmfu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhfmfu.c b/client/src/cmdhfmfu.c index 48820e82d..cf40a3387 100644 --- a/client/src/cmdhfmfu.c +++ b/client/src/cmdhfmfu.c @@ -687,7 +687,7 @@ static int try_default_aes_keys(bool override, bool use_schann, bool use_fastrea default: break; } - PrintAndLogEx(SUCCESS, "%02X " _YELLOW_("%s") " - %s ( "_GREEN_("ok") " )" + PrintAndLogEx(SUCCESS, "%02X " _YELLOW_("%16s") " - %s ( "_GREEN_("ok") " )" , keyno , keystr , sprint_hex_inrow(key, 16)