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

cosmetic: use N/A in status prompt, typo fix
pull/3439/head
Jens Steube 2 years ago committed by GitHub
commit 2e5cc361db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1752,7 +1752,7 @@ char *status_get_cpt (const hashcat_ctx_t *hashcat_ctx)
}
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_hour,
cpt_avg_min,

Loading…
Cancel
Save