mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-04 12:27:37 +03:00
Fix write zero
This commit is contained in:
parent
e09c9f3fc8
commit
1cb3c60b47
1 changed files with 1 additions and 1 deletions
|
@ -237,8 +237,8 @@ func (b *Buffer) WriteZero() error {
|
|||
if b.IsFull() {
|
||||
return io.ErrShortBuffer
|
||||
}
|
||||
b.end++
|
||||
b.data[b.end] = 0
|
||||
b.end++
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue