diff --git a/map/bookmark_manager.cpp b/map/bookmark_manager.cpp index aabf427fa2..5f3fe6b80d 100644 --- a/map/bookmark_manager.cpp +++ b/map/bookmark_manager.cpp @@ -2168,7 +2168,7 @@ void BookmarkManager::ImportDownloadedFromCatalog(std::string const & id, std::s { bool const isMyCategory = ::IsMyCategory(userId, kmlData->m_categoryData); auto const p = base::JoinPath(isMyCategory ? GetBookmarksDirectory() : GetPrivateBookmarksDirectory(), - id, kKmbExtension); + id + kKmbExtension); auto collection = std::make_shared(); collection->emplace_back(p, std::move(kmlData));