From 30531303fc3750a0d68eff3d50d3e2817c0c4017 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 8 Feb 2005 20:12:43 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=5364 --- client/scheduler_op.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/scheduler_op.C b/client/scheduler_op.C index 655ffc6749..0462be986f 100644 --- a/client/scheduler_op.C +++ b/client/scheduler_op.C @@ -611,13 +611,13 @@ int SCHEDULER_REPLY::parse(FILE* in, PROJECT* project) { else if (parse_str(buf, "", project->user_name, sizeof(project->user_name))) continue; else if (parse_double(buf, "", project->user_total_credit)) continue; else if (parse_double(buf, "", project->user_expavg_credit)) continue; - else if (parse_int(buf, "", (int&)project->user_create_time)) continue; + else if (parse_double(buf, "", project->user_create_time)) continue; else if (parse_str(buf, "", project->team_name, sizeof(project->team_name))) continue; else if (parse_int(buf, "", hostid)) continue; else if (parse_double(buf, "", project->host_total_credit)) continue; else if (parse_double(buf, "", project->host_expavg_credit)) continue; else if (parse_str(buf, "", host_venue, sizeof(host_venue))) continue; - else if (parse_int(buf, "", (int&)project->host_create_time)) continue; + else if (parse_double(buf, "", project->host_create_time)) continue; else if (parse_double(buf, "", request_delay)) continue; else if (match_tag(buf, "")) { retval = dup_element_contents(