mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-03-27 23:37:04 -05:00
includes/std: Make std::file::flush not delete files (#246)
This commit is contained in:
@@ -97,7 +97,7 @@ namespace auto std::file {
|
||||
@param handle The handle of the file to flush
|
||||
*/
|
||||
fn flush(Handle handle) {
|
||||
builtin::std::file::remove(handle);
|
||||
builtin::std::file::flush(handle);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user