Fix small format warning

pull/581/head
Rosen Penev 8 years ago
parent bd780a3729
commit ee2c058dc6
No known key found for this signature in database
GPG Key ID: 8B5A63249D3D4CE7

@ -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;

Loading…
Cancel
Save