From 51e19988f2bad462ab7db77c6476ec14020b7645 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 26 Apr 2011 22:41:50 +0000 Subject: [PATCH] - client: fix bug in [23431] svn path=/trunk/boinc/; revision=23469 --- checkin_notes | 6 ++++++ client/client_types.cpp | 2 +- doc/sim_form.php | 2 ++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index 4902e1555d..8312643c4e 100644 --- a/checkin_notes +++ b/checkin_notes @@ -2584,3 +2584,9 @@ David 26 Apr 2011 html/user/ forum_reply.php + +David 26 Apr 2011 + - client: fix bug in [23431] + + client/ + client_types.cpp diff --git a/client/client_types.cpp b/client/client_types.cpp index 3e179902b4..ccb9ac7d32 100644 --- a/client/client_types.cpp +++ b/client/client_types.cpp @@ -374,7 +374,7 @@ int PROJECT::write_state(MIOFILE& out, bool gui_rpc) { " %d\n" " %d\n" " %d\n" - "%s%s%s%s%s%s%s%s%s%s%s%s%s%s", + "%s%s%s%s%s%s%s%s%s%s%s%s%s", master_url, project_name, symstore, diff --git a/doc/sim_form.php b/doc/sim_form.php index 9d661a4136..791a6c0a97 100644 --- a/doc/sim_form.php +++ b/doc/sim_form.php @@ -1,5 +1,7 @@