mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 09:15:57 +02:00
...
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user