aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/util.c
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2007-02-14 17:40:39 +0000
committerLeandro A. F. Pereira <leandro@hardinfo.org>2007-02-14 17:40:39 +0000
commita5a465f6633112226ad64566d7146c2e44488dc5 (patch)
treeeafe64f3d38d19e6a83ac07244e3fd5387f2dedf /hardinfo2/util.c
parentc38d62dba479a8a69703d0fb010ed34ac2ebc685 (diff)
Add proxy support for SyncManager. Remove uidefs.xml; add uidefs.h.
Diffstat (limited to 'hardinfo2/util.c')
-rw-r--r--hardinfo2/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/util.c b/hardinfo2/util.c
index 52839308..288dda6c 100644
--- a/hardinfo2/util.c
+++ b/hardinfo2/util.c
@@ -213,7 +213,7 @@ gboolean binreloc_init(gboolean try_hardcoded)
/* Try to see if the uidefs.xml file isn't missing. This isn't the
definitive test, but it should do okay for most situations. */
- tmp = g_build_filename(params.path_data, "uidefs.xml", NULL);
+ tmp = g_build_filename(params.path_data, "benchmark.data", NULL);
if (!g_file_test(tmp, G_FILE_TEST_EXISTS)) {
DEBUG("runtime data not found");