mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-24 06:31:07 +00:00
Fix type missmatch
This commit is contained in:
parent
dc1fc28733
commit
1cf2a4fea6
@ -909,7 +909,7 @@ void status_display_status_json (hashcat_ctx_t *hashcat_ctx)
|
||||
|
||||
time (&time_now);
|
||||
|
||||
char *end;
|
||||
time_t end;
|
||||
|
||||
time_t sec_etc = status_get_sec_etc (hashcat_ctx);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user