From 084ea69b3b14184dda1a7c20cf3ceb6d189276de Mon Sep 17 00:00:00 2001 From: Gabriele Gristina Date: Sat, 22 Jun 2019 16:56:14 +0200 Subject: [PATCH] Fix missing hc_fread switch to new format --- src/hwmon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hwmon.c b/src/hwmon.c index 2bce94a3d..3841696b8 100644 --- a/src/hwmon.c +++ b/src/hwmon.c @@ -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);