mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-12 21:34:11 +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()
|
public override Result<void> Close()
|
||||||
{
|
{
|
||||||
let ret = Flush();
|
let ret = FlushBuffer();
|
||||||
|
|
||||||
mPos = 0;
|
mPos = 0;
|
||||||
mBufferPos = -Int32.MinValue;
|
mBufferPos = -Int32.MinValue;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue