From 8ea77525c704803bbe6c1d09d63eb277bd5dfdd4 Mon Sep 17 00:00:00 2001 From: vng Date: Thu, 14 Jun 2012 18:33:15 -0700 Subject: [PATCH] Fix bug with country group name. --- storage/country_decl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/storage/country_decl.cpp b/storage/country_decl.cpp index 857d6db17c..099191775c 100644 --- a/storage/country_decl.cpp +++ b/storage/country_decl.cpp @@ -19,6 +19,7 @@ void storage::CountryInfo::FullName2GroupAndMap(string const & fName, string & g if (pos == string::npos) { map = fName; + group.clear(); } else {