1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

FlushBuffer instead of Flush on Close

This commit is contained in:
Brian Fiete 2025-03-28 12:39:05 -04:00
parent b549c820c7
commit 36d2bb69f5

View file

@ -177,7 +177,7 @@ namespace System.IO
public override Result<void> Close()
{
let ret = Flush();
let ret = FlushBuffer();
mPos = 0;
mBufferPos = -Int32.MinValue;