1
0
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:
Jens Steube 2019-04-05 09:07:13 +02:00 committed by GitHub
commit c507a649f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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