From a4e2be87f42b4897876982a899c4c49e349b7fed Mon Sep 17 00:00:00 2001 From: Dan Werthimer Date: Mon, 2 Jun 2003 22:13:34 +0000 Subject: [PATCH] no message svn path=/trunk/boinc/; revision=1269 --- client/client_state.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client_state.C b/client/client_state.C index 875dc21d1c..900c841484 100644 --- a/client/client_state.C +++ b/client/client_state.C @@ -334,7 +334,7 @@ bool CLIENT_STATE::should_run_cpu_benchmarks() { #ifdef _WIN32 DWORD WINAPI CLIENT_STATE::win_cpu_benchmarks(LPVOID) { - return cpu_benchmarks(); + return gstate.cpu_benchmarks(); } #endif