Fix some error string formats

This commit is contained in:
jsteube
2016-10-11 10:55:02 +02:00
parent ab8d2eb336
commit af9de0a7b7
28 changed files with 319 additions and 320 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ int loopback_write_open (hashcat_ctx_t *hashcat_ctx)
if (loopback_ctx->fp == NULL)
{
event_log_error (hashcat_ctx, "ERROR: %s: %s", loopback_ctx->filename, strerror (errno));
event_log_error (hashcat_ctx, "%s: %s", loopback_ctx->filename, strerror (errno));
return -1;
}