mirror of https://github.com/BOINC/boinc.git
Compile fixes
This commit is contained in:
parent
4df017de3c
commit
951e480636
|
@ -490,6 +490,7 @@ int APP_VERSION::parse_coproc(XML_PARSER& xp) {
|
|||
}
|
||||
|
||||
int APP_VERSION::parse(XML_PARSER& xp) {
|
||||
clear();
|
||||
while (!xp.get_tag()) {
|
||||
if (xp.match_tag("/app_version")) return 0;
|
||||
if (xp.parse_str("app_name", app_name, sizeof(app_name))) continue;
|
||||
|
|
Loading…
Reference in New Issue