1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-22 05:31:11 +00:00

Fix missing hc_fread switch to new format

This commit is contained in:
Gabriele Gristina 2019-06-22 16:56:14 +02:00
parent 0103c85b7e
commit 084ea69b3b

View File

@ -474,7 +474,7 @@ static int nvml_init (hashcat_ctx_t *hashcat_ctx)
nvml_winpath = (char *) hcmalloc (100);
hc_fread (nvml_winpath, 100, 1, nvml_lib);
hc_fread_direct (nvml_winpath, 100, 1, nvml_lib);
fclose (nvml_lib);