forked from organicmaps/organicmaps
Fixed crash when file was downloaded (due to not full path)
This commit is contained in:
parent
cd04393dde
commit
7d0c61e0b3
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ namespace storage
|
|||
if (size.second != 0)
|
||||
m_countryProgress.first = (m_countryProgress.second - size.second);
|
||||
// activate downloaded map piece
|
||||
string const datFile = FileFromUrl(url);
|
||||
string const datFile = GetPlatform().ReadPathForFile(FileFromUrl(url));
|
||||
m_addMap(datFile);
|
||||
}
|
||||
DownloadNextCountryFromQueue();
|
||||
|
|
Loading…
Add table
Reference in a new issue