From 06f2a5cc1f5985ffb0c06429adc0bfcb5960efe1 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 8 Sep 2005 06:19:51 +0000 Subject: [PATCH] fix "no new work" bug svn path=/trunk/boinc/; revision=7921 --- checkin_notes | 5 +++++ client/client_types.C | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index a214f31095..a06280822d 100755 --- a/checkin_notes +++ b/checkin_notes @@ -11497,3 +11497,8 @@ Bruce 7 Sept 2005 m4/ check_ssl.m4 +David 7 Sept 2005 + - fix bug where "no new work" flag wasn't getting written in XML + + client/ + gui_rpc_server_ops.C diff --git a/client/client_types.C b/client/client_types.C index e2a45eacd7..fa89a4033d 100644 --- a/client/client_types.C +++ b/client/client_types.C @@ -217,7 +217,7 @@ int PROJECT::write_state(MIOFILE& out, bool gui_rpc) { " %f\n" " %f\n" " %f\n" - "%s%s%s%s%s%s", + "%s%s%s%s%s%s%s", master_url, project_name, #if 0