From 5ba31b473f03a3f524942c783e9bc76cae273143 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Tue, 9 Oct 2007 12:41:38 +0000 Subject: [PATCH] Fix minor bugs in Windows screensaver and cleanup. svn path=/trunk/boinc/; revision=13808 --- clientscr/screensaver_win.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientscr/screensaver_win.cpp b/clientscr/screensaver_win.cpp index df2f8d31b3..1bf454c9a0 100755 --- a/clientscr/screensaver_win.cpp +++ b/clientscr/screensaver_win.cpp @@ -1014,7 +1014,7 @@ BOOL CScreensaver::DestroyDataManagementThread() { DWORD dwStatus = STILL_ACTIVE; BOOL bRetVal = FALSE; - boinc_sleep(0.1); + boinc_sleep(0.1); bRetVal = GetExitCodeThread(m_hDataManagementThread, &dwStatus); BOINCTRACE(_T("CScreensaver::DestroyDataManagementThread - GetExitCodeThread RetVal = '%d', Status = '%d'\n"), bRetVal, dwStatus); if (bRetVal && (dwStatus != STILL_ACTIVE)) {