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:
parent
b549c820c7
commit
36d2bb69f5
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ namespace System.IO
|
|||
|
||||
public override Result<void> Close()
|
||||
{
|
||||
let ret = Flush();
|
||||
let ret = FlushBuffer();
|
||||
|
||||
mPos = 0;
|
||||
mBufferPos = -Int32.MinValue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue