diff --git a/checkin_notes b/checkin_notes index aa24c3811e..ca29e827f1 100644 --- a/checkin_notes +++ b/checkin_notes @@ -2306,3 +2306,11 @@ David 18 Apr 2011 html/inc/ friend.inc + +David 18 Apr 2011 + - client: replace % with %% in messages from scheduler + (else they're interpreted as format strings) + + client/ + client_state.h + cs_scheduler.cpp diff --git a/client/client_state.h b/client/client_state.h index 0c7557a11f..a083610fa0 100644 --- a/client/client_state.h +++ b/client/client_state.h @@ -211,6 +211,7 @@ struct CLIENT_STATE { void all_projects_list_check(); double new_version_check_time; double all_projects_list_check_time; + // the time we last successfully fetched the project list string newer_version; // --------------- client_state.cpp: diff --git a/client/cs_scheduler.cpp b/client/cs_scheduler.cpp index a6822458a5..5878a96d2a 100644 --- a/client/cs_scheduler.cpp +++ b/client/cs_scheduler.cpp @@ -577,7 +577,9 @@ int CLIENT_STATE::handle_scheduler_reply(PROJECT* project, char* scheduler_url) for (i=0; i