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:
parent
0103c85b7e
commit
084ea69b3b
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user