mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 18:21:59 +00:00
#949 remove trailing dot from tmp filename
This commit is contained in:
@@ -669,7 +669,7 @@ int main(int argc, char** argv) {
|
|||||||
output_temp_filename.push_back(static_cast<path_t::value_type>(index_dist(rng)));
|
output_temp_filename.push_back(static_cast<path_t::value_type>(index_dist(rng)));
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
std::string v = ".tmp.";
|
std::string v = ".tmp";
|
||||||
output_temp_filename += path_t(v.begin(), v.end());
|
output_temp_filename += path_t(v.begin(), v.end());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user