From e79079dfbf8871125b94f1d37919843ca93b0517 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Fri, 25 Sep 2009 16:57:24 +0000 Subject: [PATCH] Commit missing piece of code, I had written them before the first commit. svn path=/trunk/boinc/; revision=19165 --- lib/coproc.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/coproc.cpp b/lib/coproc.cpp index 3c57c12c96..0ecaed3326 100644 --- a/lib/coproc.cpp +++ b/lib/coproc.cpp @@ -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, "", version, sizeof(version))) continue; } return ERR_XML_PARSE;