From 30b83f2f3c64a0b06af27285afeb94673bf3dafc Mon Sep 17 00:00:00 2001 From: Maxim Pimenov Date: Fri, 13 Mar 2020 16:44:51 +0300 Subject: [PATCH] [local_ads] Fixed the statistics event. --- local_ads/statistics.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/local_ads/statistics.cpp b/local_ads/statistics.cpp index 84c5c4eedb..32e6c625c8 100644 --- a/local_ads/statistics.cpp +++ b/local_ads/statistics.cpp @@ -493,7 +493,8 @@ void Statistics::ExtractMetadata(std::string const & fileName) ReadMetadata(src, countryId, mwmVersion, baseTimestamp); } - auto const expectedFileName = countryId + "_" + strings::to_string(mwmVersion) + kStatisticsExt; + auto const expectedFileName = + GetPath(countryId + "_" + strings::to_string(mwmVersion) + kStatisticsExt); if (fileName != expectedFileName) {