From c808d2a99829e6b673d6db34709d3c34c2f064bf Mon Sep 17 00:00:00 2001 From: jsteube Date: Tue, 13 Sep 2016 11:30:52 +0200 Subject: [PATCH] Fix compiling in debug mode --- src/hashcat.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/hashcat.c b/src/hashcat.c index 4a434a97b..63eeeb5f1 100644 --- a/src/hashcat.c +++ b/src/hashcat.c @@ -1852,9 +1852,7 @@ static int autotune (hc_device_param_t *device_param, hashconfig_t *hashconfig) device_param->device_id + 1, kernel_accel, device_param->device_id + 1, kernel_loops); - fprintf (stdout, "%s", PROMPT); - - fflush (stdout); + send_prompt (); } #endif