mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 20:20:35 +00:00
Reset existing mask (fix warning)
This commit is contained in:
parent
e7517dc86d
commit
d89710e375
@ -110,6 +110,7 @@ Kml_Printer::Kml_Printer(const std::string& base_path)
|
|||||||
{
|
{
|
||||||
close(fd);
|
close(fd);
|
||||||
}
|
}
|
||||||
|
umask(mask);
|
||||||
fs::path tmp_filename = fs::path(tmp_filename_);
|
fs::path tmp_filename = fs::path(tmp_filename_);
|
||||||
|
|
||||||
tmp_file_str = tmp_filename.string();
|
tmp_file_str = tmp_filename.string();
|
||||||
|
Loading…
Reference in New Issue
Block a user