From 30d658ab68d6cdb185c8b936b98b61ba02bfda29 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 31 Mar 2026 19:01:23 +0700 Subject: [PATCH] textual --- client/deps/hardnested/hardnested_bruteforce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/deps/hardnested/hardnested_bruteforce.c b/client/deps/hardnested/hardnested_bruteforce.c index c5d6aef43..4eb7fb7ae 100644 --- a/client/deps/hardnested/hardnested_bruteforce.c +++ b/client/deps/hardnested/hardnested_bruteforce.c @@ -178,7 +178,7 @@ crack_states_thread(void *x) { char progress_text[80]; char keystr[19]; snprintf(keystr, sizeof(keystr), "%012" PRIX64, key); - snprintf(progress_text, sizeof(progress_text), "Brute force phase completed. Key found: " _GREEN_("%s"), keystr); + snprintf(progress_text, sizeof(progress_text), "Brute force phase completed. Key found: " _GREEN_("%s"), keystr); hardnested_print_progress(thread_arg->num_acquired_nonces, progress_text, 0.0, 0); PrintAndLogEx(INFO, "---------+---------+---------------------------------------------------------+-----------------+-------"); break;