1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-18 02:09:48 +00:00

Merge branch 'next' of https://github.com/gnss-sdr/gnss-sdr into next

This commit is contained in:
Carles Fernandez 2019-06-11 12:30:09 +02:00
commit 73a028b908

View File

@ -110,6 +110,7 @@ Kml_Printer::Kml_Printer(const std::string& base_path)
{
close(fd);
}
umask(mask);
fs::path tmp_filename = fs::path(tmp_filename_);
tmp_file_str = tmp_filename.string();