- fix display problem when talking to old clients

svn path=/trunk/boinc/; revision=18197
This commit is contained in:
David Anderson 2009-05-23 00:16:05 +00:00
parent 7df81f5fba
commit 7ff687998f
2 changed files with 7 additions and 1 deletions

View File

@ -4726,3 +4726,9 @@ David 22 May 2009
html/inc html/inc
host.inc host.inc
David 22 May 2009
- fix display problem when talking to old clients
lib/
gui_rpc_client_ops.cpp

View File

@ -451,7 +451,7 @@ void RESULT::clear() {
checkpoint_cpu_time = 0; checkpoint_cpu_time = 0;
current_cpu_time = 0; current_cpu_time = 0;
fraction_done = 0; fraction_done = 0;
elapsed_time = -1; elapsed_time = 0;
swap_size = 0; swap_size = 0;
working_set_size_smoothed = 0; working_set_size_smoothed = 0;
estimated_cpu_time_remaining = 0; estimated_cpu_time_remaining = 0;