From fd4d12b7c3bea550e964f93da08160f42304e66b Mon Sep 17 00:00:00 2001 From: vng Date: Wed, 15 Feb 2012 21:21:10 +0300 Subject: [PATCH] [search] Show flag and region for lat-lon results. --- search/intermediate_result.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search/intermediate_result.cpp b/search/intermediate_result.cpp index 6e94a52b8d..5986758cd3 100644 --- a/search/intermediate_result.cpp +++ b/search/intermediate_result.cpp @@ -173,7 +173,7 @@ Result PreResult2::GenerateFinalResult( uint32_t const type = GetBestType(); static SkipRegionInfo checker; - if (type != 0 && !checker.IsContinent(type)) + if (!checker.IsContinent(type)) { m_region.GetRegion(pInfo, info);