#949 remove trailing dot from tmp filename

This commit is contained in:
Thomas Krijnen
2020-08-19 12:56:43 +02:00
parent 3968bb2bf5
commit 99a76b5a6e
+1 -1
View File
@@ -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());
}
}