forked from organicmaps/organicmaps
debug build is fixed
This commit is contained in:
parent
2e6fe36ff5
commit
fac9f07f30
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ bool SaveContrours(std::string const & filePath,
|
|||
return false;
|
||||
}
|
||||
base::DeleteFileX(filePath);
|
||||
VERIFY(base::RenameFileX(tmpFilePath, filePath), (fileTmp, file));
|
||||
VERIFY(base::RenameFileX(tmpFilePath, filePath), (tmpFilePath, filePath));
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue