mirror of https://github.com/BOINC/boinc.git
Commit missing piece of code, I had written them before the first commit.
svn path=/trunk/boinc/; revision=19165
This commit is contained in:
parent
348f6e6db8
commit
e79079dfbf
|
@ -986,6 +986,8 @@ int COPROC_ATI::parse(FILE* fin) {
|
|||
attribs.surface_alignment = n;
|
||||
continue;
|
||||
}
|
||||
if (parse_bool(buf, "amdrt_detected", amdrt_detected)) continue;
|
||||
if (parse_bool(buf, "atirt_detected", atirt_detected)) continue;
|
||||
if (parse_str(buf, "<CALVersion>", version, sizeof(version))) continue;
|
||||
}
|
||||
return ERR_XML_PARSE;
|
||||
|
|
Loading…
Reference in New Issue