From a5a465f6633112226ad64566d7146c2e44488dc5 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Wed, 14 Feb 2007 17:40:39 +0000 Subject: Add proxy support for SyncManager. Remove uidefs.xml; add uidefs.h. --- hardinfo2/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hardinfo2/util.c') 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"); -- cgit v1.2.3