aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/arch/common/zlib.h
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2006-11-20 13:36:08 +0000
committerLeandro A. F. Pereira <leandro@hardinfo.org>2006-11-20 13:36:08 +0000
commitdd1e13d0d459db5847649b0b45b84a68a3b2b667 (patch)
tree8349a8093a3d682598bebc9cb885a6c477403787 /hardinfo2/arch/common/zlib.h
parente1244a5e16cf78fdf9d70009d4d0be368891eacd (diff)
More cleanups
Diffstat (limited to 'hardinfo2/arch/common/zlib.h')
-rw-r--r--hardinfo2/arch/common/zlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/arch/common/zlib.h b/hardinfo2/arch/common/zlib.h
index 0e93be47..3f76aabb 100644
--- a/hardinfo2/arch/common/zlib.h
+++ b/hardinfo2/arch/common/zlib.h
@@ -53,7 +53,7 @@ benchmark_zlib(void)
glong srclen = 65536;
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"