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/benchmark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hardinfo2/benchmark.c') diff --git a/hardinfo2/benchmark.c b/hardinfo2/benchmark.c index 28896056..367ea592 100644 --- a/hardinfo2/benchmark.c +++ b/hardinfo2/benchmark.c @@ -45,7 +45,7 @@ benchmark_include_results(gchar *results, const gchar *benchmark) int i; conf = g_key_file_new(); - bconf_path = g_build_filename(path_data, "benchmark.conf", NULL); + bconf_path = g_build_filename(params.path_data, "benchmark.conf", NULL); g_key_file_load_from_file(conf, bconf_path, 0, NULL); machines = g_key_file_get_keys(conf, benchmark, NULL, NULL); -- cgit v1.2.3