diff --git a/storage/country_info.cpp b/storage/country_info.cpp index 88fc5a7afd..b7343ff706 100644 --- a/storage/country_info.cpp +++ b/storage/country_info.cpp @@ -155,7 +155,7 @@ namespace storage for (IterT i = m_countries.begin(); i != m_countries.end(); ++i) { - if (i->m_name.find(prefix) != string::npos) + if (i->m_name.find(prefix) == 0) toDo(*i); }