From 0f1d68c3582046f0feccd0e5457a35a029bdaece Mon Sep 17 00:00:00 2001 From: jsteube Date: Tue, 28 Mar 2017 16:43:08 +0200 Subject: [PATCH] Update fixed length for compress_terminal_line_length for hash target --- src/status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status.c b/src/status.c index a3d77284f..aa1422a04 100644 --- a/src/status.c +++ b/src/status.c @@ -294,7 +294,7 @@ char *status_get_hash_target (const hashcat_ctx_t *hashcat_ctx) ascii_digest ((hashcat_ctx_t *) hashcat_ctx, tmp_buf, HCBUFSIZ_LARGE, 0, 0); - compress_terminal_line_length (tmp_buf, 17, 6); // 17 = strlen ("Hash.Target....: ") + compress_terminal_line_length (tmp_buf, 19, 6); // 19 = strlen ("Hash.Target......: ") char *tmp_buf2 = strdup (tmp_buf);