mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 02:02:14 +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) {
|
if !yield(output[outOffset:outOffset+n], nil) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
outOffset += n
|
|
||||||
}
|
}
|
||||||
currIn = currIn[processableLen:]
|
currIn = currIn[processableLen:]
|
||||||
s.total_read += int64(processableLen)
|
s.total_read += int64(processableLen)
|
||||||
|
|||||||
Reference in New Issue
Block a user