1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-24 23:48:39 +00:00

Mute a -Wformat warning and fix some whitespace noise while at it.

This commit is contained in:
magnum 2019-04-05 08:52:35 +02:00
parent 8008d65499
commit 009cf26a04

View File

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