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:
commit
2e5cc361db
@ -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