From 951e48063648cf89111a7906cec2b6d39b67d04d Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Fri, 19 Oct 2012 00:46:46 -0700 Subject: [PATCH] Compile fixes --- lib/gui_rpc_client_ops.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/gui_rpc_client_ops.cpp b/lib/gui_rpc_client_ops.cpp index 8fe5ec0166..accd914c99 100644 --- a/lib/gui_rpc_client_ops.cpp +++ b/lib/gui_rpc_client_ops.cpp @@ -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;