From 0dacb9d455bef16f2281d407411db9ec543fea21 Mon Sep 17 00:00:00 2001 From: ry4000 <154689120+ry4000@users.noreply.github.com> Date: Mon, 3 Nov 2025 15:17:34 +1100 Subject: [PATCH] R&Y: Test Update in `cmdhfmfdes.c` Signed-off-by: ry4000 <154689120+ry4000@users.noreply.github.com> --- client/src/cmdhfmfdes.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/cmdhfmfdes.c b/client/src/cmdhfmfdes.c index f082fd8b7..529c062f7 100644 --- a/client/src/cmdhfmfdes.c +++ b/client/src/cmdhfmfdes.c @@ -2232,8 +2232,8 @@ static int CmdHF14ADesBruteApps(const char *Cmd) { break; } - float progress = 100.0 * (float)(id - idStart) / ((float)(idEnd - idStart)); - PrintAndLogEx(INPLACE, "Brute AID Progress " _YELLOW_("%0.1ff") " %% current AID: %06X", progress, id); + float progress = 100.000 * (float)(id - idStart) / ((float)(idEnd - idStart)); + PrintAndLogEx(INPLACE, "Brute DESFire AID Progress " _YELLOW_("%0.1ff") " %% current AID: %06X", progress, id); res = DesfireSelectAIDHexNoFieldOn(&dctx, id);