From c0f34a49e7b19d2f8dcdaa5d416508e7ea22c7e8 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Sun, 8 Mar 2015 06:13:44 -0700 Subject: [PATCH] SCR: Fix build break introduced by commit cb0d59b. --- clientscr/mac_saver_module.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientscr/mac_saver_module.cpp b/clientscr/mac_saver_module.cpp index 4d81c765fe..4987d8b073 100644 --- a/clientscr/mac_saver_module.cpp +++ b/clientscr/mac_saver_module.cpp @@ -468,7 +468,7 @@ int CScreensaver::getSSMessage(char **theMessage, int* coveredFreq) { m_bConnected = true; if (IsDualGPUMacbook) { ccstate.clear(); - ccstate.global_prefs.clear_bools(); + ccstate.global_prefs.init_bools(); int result = rpc->get_state(ccstate); if (!result) { OKToRunOnBatteries = ccstate.global_prefs.run_on_batteries;