diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-11-20 13:36:08 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-11-20 13:36:08 +0000 |
commit | dd1e13d0d459db5847649b0b45b84a68a3b2b667 (patch) | |
tree | 8349a8093a3d682598bebc9cb885a6c477403787 /hardinfo2/arch/common/md5.h | |
parent | e1244a5e16cf78fdf9d70009d4d0be368891eacd (diff) |
More cleanups
Diffstat (limited to 'hardinfo2/arch/common/md5.h')
-rw-r--r-- | hardinfo2/arch/common/md5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/arch/common/md5.h b/hardinfo2/arch/common/md5.h index b539b2c7..0cf30705 100644 --- a/hardinfo2/arch/common/md5.h +++ b/hardinfo2/arch/common/md5.h @@ -33,7 +33,7 @@ benchmark_md5(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" |