[new downloader] Checking availability of country id in country tree before adding it from the queue.

This commit is contained in:
Vladimir Byko-Ianko 2016-04-04 10:40:07 +03:00
parent 6fcb1e5510
commit c08b1b3660

View file

@ -438,7 +438,7 @@ void Storage::RestoreDownloadQueue()
strings::SimpleTokenizer iter(queue, ";");
while (iter)
{
DownloadCountry(*iter, MapOptions::MapWithCarRouting);
DownloadNode(*iter);
++iter;
}
}