Update patch

pull/2777/head
Jens Steube 3 years ago
parent 1a32feb74c
commit 33d95348f5

@ -1187,16 +1187,13 @@ int hashes_init_stage1 (hashcat_ctx_t *hashcat_ctx)
compress_terminal_line_length (tmp_line_buf, 38, 32); compress_terminal_line_length (tmp_line_buf, 38, 32);
if (user_options->machine_readable == true) { if (user_options->machine_readable == true)
event_log_warning(hashcat_ctx, "%s:%u:%s:%s", hashes->hashfile, {
line_num, tmp_line_buf, event_log_warning (hashcat_ctx, "%s:%u:%s:%s", hashes->hashfile, line_num, tmp_line_buf, strparser (parser_status));
strparser(parser_status)); }
else
} else { {
event_log_warning(hashcat_ctx, event_log_warning (hashcat_ctx, "Hashfile '%s' on line %u (%s): %s", hashes->hashfile, line_num, tmp_line_buf, strparser (parser_status));
"Hashfile '%s' on line %u (%s): %s",
hashes->hashfile, line_num, tmp_line_buf,
strparser(parser_status));
} }
hcfree (tmp_line_buf); hcfree (tmp_line_buf);
@ -1221,16 +1218,13 @@ int hashes_init_stage1 (hashcat_ctx_t *hashcat_ctx)
compress_terminal_line_length (tmp_line_buf, 38, 32); compress_terminal_line_length (tmp_line_buf, 38, 32);
if (user_options->machine_readable == true) { if (user_options->machine_readable == true)
event_log_warning(hashcat_ctx, "%s:%u:%s:%s", hashes->hashfile, {
line_num, tmp_line_buf, event_log_warning (hashcat_ctx, "%s:%u:%s:%s", hashes->hashfile, line_num, tmp_line_buf, strparser (parser_status));
strparser(parser_status)); }
else
} else { {
event_log_warning(hashcat_ctx, event_log_warning (hashcat_ctx, "Hashfile '%s' on line %u (%s): %s", hashes->hashfile, line_num, tmp_line_buf, strparser (parser_status));
"Hashfile '%s' on line %u (%s): %s",
hashes->hashfile, line_num, tmp_line_buf,
strparser(parser_status));
} }
hcfree (tmp_line_buf); hcfree (tmp_line_buf);
@ -1257,16 +1251,13 @@ int hashes_init_stage1 (hashcat_ctx_t *hashcat_ctx)
compress_terminal_line_length (tmp_line_buf, 38, 32); compress_terminal_line_length (tmp_line_buf, 38, 32);
if (user_options->machine_readable == true) { if (user_options->machine_readable == true)
event_log_warning(hashcat_ctx, "%s:%u:%s:%s", hashes->hashfile, {
line_num, tmp_line_buf, event_log_warning (hashcat_ctx, "%s:%u:%s:%s", hashes->hashfile, line_num, tmp_line_buf, strparser (parser_status));
strparser(parser_status)); }
else
} else { {
event_log_warning(hashcat_ctx, event_log_warning (hashcat_ctx, "Hashfile '%s' on line %u (%s): %s", hashes->hashfile, line_num, tmp_line_buf, strparser (parser_status));
"Hashfile '%s' on line %u (%s): %s",
hashes->hashfile, line_num, tmp_line_buf,
strparser(parser_status));
} }
hcfree (tmp_line_buf); hcfree (tmp_line_buf);
@ -1294,16 +1285,13 @@ int hashes_init_stage1 (hashcat_ctx_t *hashcat_ctx)
compress_terminal_line_length (tmp_line_buf, 38, 32); compress_terminal_line_length (tmp_line_buf, 38, 32);
if (user_options->machine_readable == true) { if (user_options->machine_readable == true)
event_log_warning(hashcat_ctx, "%s:%u:%s:%s", hashes->hashfile, {
line_num, tmp_line_buf, event_log_warning (hashcat_ctx, "%s:%u:%s:%s", hashes->hashfile, line_num, tmp_line_buf, strparser (parser_status));
strparser(parser_status)); }
else
} else { {
event_log_warning(hashcat_ctx, event_log_warning (hashcat_ctx, "Hashfile '%s' on line %u (%s): %s", hashes->hashfile, line_num, tmp_line_buf, strparser (parser_status));
"Hashfile '%s' on line %u (%s): %s",
hashes->hashfile, line_num, tmp_line_buf,
strparser(parser_status));
} }
hcfree (tmp_line_buf); hcfree (tmp_line_buf);

Loading…
Cancel
Save