mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 16:37:27 +00:00
...
This commit is contained in:
parent
3d8a2fbb4f
commit
1ca6dba7e1
1 changed files with 0 additions and 1 deletions
|
|
@ -83,7 +83,6 @@ func (s *StreamingBase64Decoder) Decode(input []byte, output []byte) iter.Seq2[[
|
|||
if !yield(output[outOffset:outOffset+n], nil) {
|
||||
return
|
||||
}
|
||||
outOffset += n
|
||||
}
|
||||
currIn = currIn[processableLen:]
|
||||
s.total_read += int64(processableLen)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue