From 0116b55c1187b08adb11532283f4876a954b86b3 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 11 Jul 2006 23:27:32 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=10628 --- client/log_flags.C | 2 +- client/main.C | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/client/log_flags.C b/client/log_flags.C index 3b7430d360..ac49218667 100644 --- a/client/log_flags.C +++ b/client/log_flags.C @@ -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)); diff --git a/client/main.C b/client/main.C index 6d3014777c..e959cdf49e 100644 --- a/client/main.C +++ b/client/main.C @@ -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() {