mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-25 15:10:58 +00:00
Fix typo in type
This commit is contained in:
parent
81138db5c5
commit
6d61c87456
@ -406,7 +406,7 @@ static void main_potfile_num_cracked (MAYBE_UNUSED hashcat_ctx_t *hashcat_ctx, M
|
|||||||
|
|
||||||
if (user_options->quiet == true) return;
|
if (user_options->quiet == true) return;
|
||||||
|
|
||||||
const int hashes->digests_done_pot = hashes->digests_done;
|
hashes->digests_done_pot = hashes->digests_done;
|
||||||
|
|
||||||
if (hashes->digests_done_pot > 0)
|
if (hashes->digests_done_pot > 0)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user