forked from organicmaps/organicmaps
[search] Fixed rank table serialization.
This commit is contained in:
parent
98f9ae306b
commit
35043b1cdc
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ void SerializeRankTable(RankTable & table, FilesContainerW & wcont)
|
|||
|
||||
void SerializeRankTable(RankTable & table, string const & mapPath)
|
||||
{
|
||||
FilesContainerW wcont(mapPath);
|
||||
FilesContainerW wcont(mapPath, FileWriter::OP_WRITE_EXISTING);
|
||||
SerializeRankTable(table, wcont);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue