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>2013-01-27 20:46:24 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:49:23 +0300
commit4b105bb8a61516512f840882b7049d1a97e70b8b (patch)
treef7504413dc1699768cd6ac32bfdcbd321235a518 /indexer
parente1101b430bb5b9e4be8c47728168b4e812ce286a (diff)
Minor function's naming fix.
Diffstat (limited to 'indexer')
-rw-r--r--indexer/index.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/index.cpp b/indexer/index.cpp
index ec00db4d9d..979b07c7bf 100644
--- a/indexer/index.cpp
+++ b/indexer/index.cpp
@@ -20,7 +20,7 @@ MwmValue::MwmValue(string const & name)
string MwmValue::GetFileName() const
{
string s = m_cont.GetFileName();
- pl::GetNameFromURLRequest(s);
+ pl::GetNameFromPath(s);
pl::GetNameWithoutExt(s);
return s;
}