From 5def918e02719f72777d1ac15feda3897bbb8074 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 1 Oct 2019 15:03:39 +0200 Subject: [PATCH] textual --- client/cmddata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmddata.c b/client/cmddata.c index bbb4a460c..16d9d10de 100644 --- a/client/cmddata.c +++ b/client/cmddata.c @@ -868,7 +868,7 @@ int AutoCorrelate(const int *in, int *out, size_t len, size_t window, bool SaveG if (verbose && foo < bar) { distance = idx_1 - idx; - PrintAndLogEx(SUCCESS, "possible 4% visible correlation %4d samples", distance); + PrintAndLogEx(SUCCESS, "possible visible correlation %4d samples", distance); } else if (verbose && (correlation > 1)) { PrintAndLogEx(SUCCESS, "possible correlation %4d samples", correlation); } else {