client: when reading app_config.xml, clear app versions vector

Otherwise old error notices persist
This commit is contained in:
David Anderson 2014-11-12 00:47:16 -08:00
parent ed961aace2
commit 0ae4b4ecff
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ int APP_VERSION_CONFIG::parse(XML_PARSER& xp, PROJECT* p) {
int APP_CONFIGS::parse(XML_PARSER& xp, PROJECT* p) {
int n;
app_configs.clear();
clear();
if (!xp.parse_start("app_config")) return ERR_XML_PARSE;
while (!xp.get_tag()) {
if (!xp.is_tag) {