1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-23 07:08:19 +00:00

Fix typo in type

This commit is contained in:
Chick3nman 2022-02-14 17:05:24 -06:00
parent 81138db5c5
commit 6d61c87456

View File

@ -406,7 +406,7 @@ static void main_potfile_num_cracked (MAYBE_UNUSED hashcat_ctx_t *hashcat_ctx, M
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)
{