mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=9865
This commit is contained in:
parent
489cc02514
commit
ca1e36d713
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue