*** empty log message ***

svn path=/trunk/boinc/; revision=10628
This commit is contained in:
David Anderson 2006-07-11 23:27:32 +00:00
parent 017871f604
commit 0116b55c11
2 changed files with 3 additions and 2 deletions

View File

@ -115,7 +115,7 @@ int CONFIG::parse_options(FILE* f) {
}
int CONFIG::parse(FILE* f) {
char tag[256], contents[1024];
char tag[256];
memset(this, 0, sizeof(CONFIG));

View File

@ -546,10 +546,11 @@ int boinc_main_loop() {
DosSleep(0);
#endif
}
finalize();
retval = finalize();
#ifdef _WIN32
main_thread_exited = true;
#endif
return retval;
}
int finalize() {