Quick Updates

svn path=/trunk/boinc/; revision=14535
This commit is contained in:
Rom Walton 2008-01-11 18:09:50 +00:00
parent 7804befe1b
commit 5790f15ce1
1 changed files with 1 additions and 1 deletions

View File

@ -880,7 +880,7 @@ static void read_all_projects_list_file(MIOFILE& fout) {
static int set_debt(XML_PARSER& xp) {
bool is_tag;
char tag[256], url[256];
double short_term_debt, long_term_debt;
double short_term_debt = 0.0, long_term_debt = 0.0;
bool got_std=false, got_ltd=false;
strcpy(url, "");
while (!xp.get(tag, sizeof(tag), is_tag)) {