no message

svn path=/trunk/boinc/; revision=1269
This commit is contained in:
Dan Werthimer 2003-06-02 22:13:34 +00:00
parent 43c4561853
commit a4e2be87f4
1 changed files with 1 additions and 1 deletions

View File

@ -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