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(