Compile fixes

This commit is contained in:
Charlie Fenton 2012-10-19 00:46:46 -07:00 committed by Oliver Bock
parent 4df017de3c
commit 951e480636
1 changed files with 1 additions and 0 deletions

View File

@ -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;