Fix minor bugs in Windows screensaver and cleanup.

svn path=/trunk/boinc/; revision=13808
This commit is contained in:
Charlie Fenton 2007-10-09 12:41:38 +00:00
parent 772fd84afc
commit 5ba31b473f
1 changed files with 1 additions and 1 deletions

View File

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