From dd1e13d0d459db5847649b0b45b84a68a3b2b667 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Mon, 20 Nov 2006 13:36:08 +0000 Subject: More cleanups --- hardinfo2/arch/common/blowfish.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hardinfo2/arch/common/blowfish.h') diff --git a/hardinfo2/arch/common/blowfish.h b/hardinfo2/arch/common/blowfish.h index 3a237baf..4d496553 100644 --- a/hardinfo2/arch/common/blowfish.h +++ b/hardinfo2/arch/common/blowfish.h @@ -36,7 +36,7 @@ benchmark_fish(void) gchar *bdata_path; - bdata_path = g_build_filename(path_data, "benchmark.data", NULL); + bdata_path = g_build_filename(params.path_data, "benchmark.data", NULL); if (!g_file_get_contents(bdata_path, &tmpsrc, NULL, NULL)) { g_free(bdata_path); return g_strdup("[Error]\n" -- cgit v1.2.3