*** empty log message ***

svn path=/trunk/boinc/; revision=9865
This commit is contained in:
Rom Walton 2006-04-13 00:50:41 +00:00
parent 489cc02514
commit ca1e36d713
1 changed files with 2 additions and 1 deletions

View File

@ -1629,7 +1629,7 @@ VOID CScreensaver::InterruptSaver() {
if (m_bIs9x && m_SaverMode == sm_full) {
// If no VerifyPassword function, then no password is set
// or we're not on 9x.
if (gspfnMyVerifyPwdProc != NULL) {
if (gspfnMyVerifyPwdProc) {
m_bCheckingSaverPassword = TRUE;
bPasswordOkay = gspfnMyVerifyPwdProc(m_hWnd);
@ -1650,6 +1650,7 @@ VOID CScreensaver::InterruptSaver() {
// Update the box that shows the error message
//
VOID CScreensaver::UpdateErrorBox() {