From: Jens Steube Date: Fri, 24 Jun 2016 11:57:23 +0000 (+0200) Subject: Merge pull request #387 from philsmd/master X-Git-Tag: v3.00~27 X-Git-Url: https://www.flypig.org.uk/git/?a=commitdiff_plain;h=68f040680a5e136771e7816051e560f80b2ea62c;hp=8298cd4926cf5f51476367065f252786740c80ae;p=hashcat.git Merge pull request #387 from philsmd/master cosmetic fix: don't show prompt and warning within the same line --- 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).");