We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16e3c1b commit b63eb11Copy full SHA for b63eb11
1 file changed
src/linyaps_box/utils/atomic_write.cpp
@@ -24,6 +24,7 @@ void linyaps_box::utils::atomic_write(const std::filesystem::path &path, std::st
24
}
25
});
26
27
+ // FIXME: do not overwrite status file
28
std::ofstream temp_file;
29
temp_file.exceptions(std::ofstream::failbit | std::ofstream::badbit);
30
temp_file.open(temp_path);
0 commit comments