Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2012-06-15 05:33:15 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:40:08 +0300
commit8ea77525c704803bbe6c1d09d63eb277bd5dfdd4 (patch)
tree10af20e13f4df38125998d68abf65b1213da5015 /storage
parentb678229afb691e2760fd160c7c6266ac1ed38ad5 (diff)
Fix bug with country group name.
Diffstat (limited to 'storage')
-rw-r--r--storage/country_decl.cpp1
1 files changed, 1 insertions, 0 deletions
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
{