From 3fead5b93c641e61ca5336e39566c7c325cad789 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 28 Jan 2021 13:53:37 +0100 Subject: [PATCH] cppchecker... --- client/src/graph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/graph.c b/client/src/graph.c index eac2048be..5c3221716 100644 --- a/client/src/graph.c +++ b/client/src/graph.c @@ -183,7 +183,7 @@ int GetAskClock(const char *str, bool verbose) { setClockGrid(clock1, idx); } // Only print this message if we're not looping something - if (printAns || g_debugMode) + if (verbose || g_debugMode) PrintAndLogEx(SUCCESS, "Auto-detected clock rate: %d, Best Starting Position: %d", clock1, idx); free(bits);