mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-10 18:48:54 +02:00
Start work on porting Go rsync implementation to C
This commit is contained in:
@@ -226,7 +226,7 @@ type signature_iterator struct {
|
||||
index uint64
|
||||
}
|
||||
|
||||
// ans is valid only iff err == nil
|
||||
// ans is valid iff err == nil
|
||||
func (self *signature_iterator) next() (ans BlockHash, err error) {
|
||||
n, err := io.ReadAtLeast(self.src, self.buffer, cap(self.buffer))
|
||||
switch err {
|
||||
|
||||
Reference in New Issue
Block a user