diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-02-14 17:40:39 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-02-14 17:40:39 +0000 |
commit | a5a465f6633112226ad64566d7146c2e44488dc5 (patch) | |
tree | eafe64f3d38d19e6a83ac07244e3fd5387f2dedf /hardinfo2/util.c | |
parent | c38d62dba479a8a69703d0fb010ed34ac2ebc685 (diff) |
Add proxy support for SyncManager. Remove uidefs.xml; add uidefs.h.
Diffstat (limited to 'hardinfo2/util.c')
-rw-r--r-- | hardinfo2/util.c | 2 |
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"); |