mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=10628
This commit is contained in:
parent
017871f604
commit
0116b55c11
|
@ -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));
|
||||
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue