diff --git a/includes/std/file.pat b/includes/std/file.pat index e441342..518c9d6 100644 --- a/includes/std/file.pat +++ b/includes/std/file.pat @@ -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); };