mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-18 19:15:19 +00:00
wip
This commit is contained in:
parent
d55746c7a0
commit
273a794744
@ -1105,7 +1105,6 @@ func lzma2Decompress(src []byte) ([]byte, error) {
|
||||
for {
|
||||
n, err := rd.Read(buf[offset:])
|
||||
offset += n
|
||||
l.Debugln("lzma2Decompress", offset, size, err)
|
||||
if offset == size {
|
||||
break
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user