mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-11 00:01:16 +00:00
cosmetic: use N/A in status prompt, typo fix
This commit is contained in:
parent
49517f63cb
commit
13ac0561ab
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user