mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=5364
This commit is contained in:
parent
d01e0c50ab
commit
30531303fc
|
@ -611,13 +611,13 @@ int SCHEDULER_REPLY::parse(FILE* in, PROJECT* project) {
|
|||
else if (parse_str(buf, "<user_name>", project->user_name, sizeof(project->user_name))) continue;
|
||||
else if (parse_double(buf, "<user_total_credit>", project->user_total_credit)) continue;
|
||||
else if (parse_double(buf, "<user_expavg_credit>", project->user_expavg_credit)) continue;
|
||||
else if (parse_int(buf, "<user_create_time>", (int&)project->user_create_time)) continue;
|
||||
else if (parse_double(buf, "<user_create_time>", project->user_create_time)) continue;
|
||||
else if (parse_str(buf, "<team_name>", project->team_name, sizeof(project->team_name))) continue;
|
||||
else if (parse_int(buf, "<hostid>", hostid)) continue;
|
||||
else if (parse_double(buf, "<host_total_credit>", project->host_total_credit)) continue;
|
||||
else if (parse_double(buf, "<host_expavg_credit>", project->host_expavg_credit)) continue;
|
||||
else if (parse_str(buf, "<host_venue>", host_venue, sizeof(host_venue))) continue;
|
||||
else if (parse_int(buf, "<host_create_time>", (int&)project->host_create_time)) continue;
|
||||
else if (parse_double(buf, "<host_create_time>", project->host_create_time)) continue;
|
||||
else if (parse_double(buf, "<request_delay>", request_delay)) continue;
|
||||
else if (match_tag(buf, "<global_preferences>")) {
|
||||
retval = dup_element_contents(
|
||||
|
|
Loading…
Reference in New Issue