From 731fe831d99a672dc078d248b953f0ee8a5b202b Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Fri, 19 Jan 2007 13:15:31 +0000 Subject: SyncManager almost working! :) --- hardinfo2/arch/common/blowfish.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hardinfo2/arch/common/blowfish.h') diff --git a/hardinfo2/arch/common/blowfish.h b/hardinfo2/arch/common/blowfish.h index 10165c37..6ece3b23 100644 --- a/hardinfo2/arch/common/blowfish.h +++ b/hardinfo2/arch/common/blowfish.h @@ -61,6 +61,8 @@ benchmark_fish(void) g_timer_destroy(timer); g_free(bdata_path); + + bench_results[BENCHMARK_BLOWFISH] = elapsed; gchar *retval = g_strdup_printf("[Results (in seconds; lower is better)]\n" "This Machine=%.2f\n", elapsed); -- cgit v1.2.3