cosmetic: use N/A in status prompt, typo fix

pull/3430/head
philsmd 2 years ago committed by GitHub
parent 49517f63cb
commit 13ac0561ab
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