1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-22 21:51:07 +00:00

Merge pull request #3430 from hashcat/philsmd-status-na

cosmetic: use N/A in status prompt, typo fix
This commit is contained in:
Jens Steube 2022-08-27 18:11:37 +02:00 committed by GitHub
commit 2e5cc361db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1752,7 +1752,7 @@ char *status_get_cpt (const hashcat_ctx_t *hashcat_ctx)
} }
else if ((cpt_ctx->cpt_start + (60 * 60)) < now) else if ((cpt_ctx->cpt_start + (60 * 60)) < now)
{ {
hc_asprintf (&cpt, "CUR:%u,%u,N/A AVG:%.2f,%.2f,N/a (Min,Hour,Day)", hc_asprintf (&cpt, "CUR:%u,%u,N/A AVG:%.2f,%.2f,N/A (Min,Hour,Day)",
cpt_cur_min, cpt_cur_min,
cpt_cur_hour, cpt_cur_hour,
cpt_avg_min, cpt_avg_min,