Replace fprintf(stderr, ...) on malloc.c with log_event_error()

This commit is contained in:
jsteube
2016-10-10 11:03:11 +02:00
parent 07f5b2195b
commit 8fc4da795b
39 changed files with 837 additions and 1120 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
#include <string.h>
#include <errno.h>
u64 count_lines (FILE *fd);
u64 count_lines (hashcat_ctx_t *hashcat_ctx, FILE *fd);
int fgetl (FILE *fp, char *line_buf);