1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-24 14:41:16 +00:00

Fix type missmatch

This commit is contained in:
Chick3nman 2019-04-02 16:23:05 -05:00
parent dc1fc28733
commit 1cf2a4fea6

View File

@ -909,7 +909,7 @@ void status_display_status_json (hashcat_ctx_t *hashcat_ctx)
time (&time_now); time (&time_now);
char *end; time_t end;
time_t sec_etc = status_get_sec_etc (hashcat_ctx); time_t sec_etc = status_get_sec_etc (hashcat_ctx);