1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-13 19:28:56 +00:00

Fix small format warning

This commit is contained in:
Rosen Penev 2016-11-12 15:21:22 -08:00
parent bd780a3729
commit ee2c058dc6
No known key found for this signature in database
GPG Key ID: 8B5A63249D3D4CE7

View File

@ -8,6 +8,8 @@
#include "thread.h"
#include "event.h"
static int event_log (const char *fmt, va_list ap, char *s, const size_t sz) __attribute__ ((format (printf, 1, 0)));
void event_call (const u32 id, hashcat_ctx_t *hashcat_ctx, const void *buf, const size_t len)
{
event_ctx_t *event_ctx = hashcat_ctx->event_ctx;