mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +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)));
|
||||
}
|
||||
{
|
||||
std::string v = ".tmp.";
|
||||
std::string v = ".tmp";
|
||||
output_temp_filename += path_t(v.begin(), v.end());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user