mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-07 21:13:55 +00:00
Fixed hgt tile's grid traversal.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
@@ -117,8 +117,8 @@ bool SaveContrours(std::string const & filePath,
|
||||
LOG(LWARNING, ("File writer exception raised:", ex.what(), ", file", tmpFilePath));
|
||||
return false;
|
||||
}
|
||||
base::DeleteFileX(filePath);
|
||||
VERIFY(base::RenameFileX(tmpFilePath, filePath), (tmpFilePath, filePath));
|
||||
|
||||
CHECK(base::RenameFileX(tmpFilePath, filePath), (tmpFilePath, filePath));
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user