fix the comments :)

This commit is contained in:
Gabriele Gristina
2019-07-01 17:27:08 +02:00
parent 5679ca3344
commit 3161aec3da
64 changed files with 192 additions and 145 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ int debugfile_init (hashcat_ctx_t *hashcat_ctx)
if (debugfile_ctx->filename)
{
if (hc_fopen (&fp, debugfile_ctx->filename, "ab", HCFILE_FORMAT_PLAIN) == false)
if (hc_fopen (&fp, debugfile_ctx->filename, "ab") == false)
{
event_log_error (hashcat_ctx, "Could not open --debug-file file for writing.");