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