mirror of https://github.com/BOINC/boinc.git
- fix display problem when talking to old clients
svn path=/trunk/boinc/; revision=18197
This commit is contained in:
parent
7df81f5fba
commit
7ff687998f
|
@ -4726,3 +4726,9 @@ David 22 May 2009
|
|||
|
||||
html/inc
|
||||
host.inc
|
||||
|
||||
David 22 May 2009
|
||||
- fix display problem when talking to old clients
|
||||
|
||||
lib/
|
||||
gui_rpc_client_ops.cpp
|
||||
|
|
|
@ -451,7 +451,7 @@ void RESULT::clear() {
|
|||
checkpoint_cpu_time = 0;
|
||||
current_cpu_time = 0;
|
||||
fraction_done = 0;
|
||||
elapsed_time = -1;
|
||||
elapsed_time = 0;
|
||||
swap_size = 0;
|
||||
working_set_size_smoothed = 0;
|
||||
estimated_cpu_time_remaining = 0;
|
||||
|
|
Loading…
Reference in New Issue