mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-26 18:08:20 +00:00
Merge pull request #1977 from magnumripper/master
Mute a -Wformat warning and fix some whitespace noise while at it.
This commit is contained in:
commit
c507a649f0
@ -960,8 +960,8 @@ void status_display_status_json (hashcat_ctx_t *hashcat_ctx)
|
||||
device_num++;
|
||||
}
|
||||
printf (" ],");
|
||||
printf (" \"time_start\": %" PRIu64 ",", status_ctx->runtime_start);
|
||||
printf (" \"estimated_stop\": %" PRIu64 " }", end);
|
||||
printf (" \"time_start\": %" PRIu64 ",", (u64) status_ctx->runtime_start);
|
||||
printf (" \"estimated_stop\": %" PRIu64 " }", (u64) end);
|
||||
|
||||
hc_fwrite (EOL, strlen (EOL), 1, stdout);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user