This commit is contained in:
Jakob Borg 2023-06-08 21:01:45 +02:00
parent d55746c7a0
commit 273a794744

View File

@ -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
}