- client: fix bug in [23431]

svn path=/trunk/boinc/; revision=23469
This commit is contained in:
David Anderson 2011-04-26 22:41:50 +00:00
parent dc222e1cfe
commit 51e19988f2
3 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -374,7 +374,7 @@ int PROJECT::write_state(MIOFILE& out, bool gui_rpc) {
" <sched_rpc_pending>%d</sched_rpc_pending>\n"
" <send_time_stats_log>%d</send_time_stats_log>\n"
" <send_job_log>%d</send_job_log>\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,

View File

@ -1,5 +1,7 @@
<?php
Header("Location: http://boinc.berkeley.edu/dev/sim_web.php");
exit;
require_once("docutil.php");
function show_form() {