*** empty log message ***

svn path=/trunk/boinc/; revision=2668
This commit is contained in:
Karl Chen 2003-11-22 02:00:17 +00:00
parent 87eda8cad6
commit eca6a9ce1b
2 changed files with 9 additions and 1 deletions

View File

@ -312,7 +312,7 @@ int boinc_worker_thread_cpu_time(double &cpu_t, double &ws_t) {
}
int boinc_thread_cpu_time(double& cpu, double& ws) {
return boinc_thread_cpu_time(cpu, ws);
return boinc_worker_thread_cpu_time(cpu, ws);
}
#endif
#endif // _WIN32

View File

@ -7747,3 +7747,11 @@ Karl 2003-11-21
client/translation
langauge.ini.de
Karl 2003-11-21
- fixed recursive boinc_thread_cpu_time typo bug that resulted in loss of
client app functionality (bug noticed by Nuno Ferreira
<nuno.ferreira@graycell.biz>)
api/
boinc_api.C