From 79d02466afff08a335708f97e9509cc332ebd820 Mon Sep 17 00:00:00 2001 From: philsmd Date: Fri, 24 Jun 2016 12:55:54 +0200 Subject: [PATCH] cosmetic fix: don't show prompt and warning within the same line --- src/hashcat.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hashcat.c b/src/hashcat.c index 6b2900e..b147aee 100644 --- a/src/hashcat.c +++ b/src/hashcat.c @@ -18084,6 +18084,8 @@ int main (int argc, char **argv) { if (quiet == 0) { + clear_prompt (); + log_info ("ATTENTION!"); log_info (" The wordlist or mask you are using is too small."); log_info (" Therefore, hashcat is unable to utilize the full parallelization power of your device(s)."); -- 2.25.1