This commit is contained in:
shoopea 2020-06-14 22:42:34 +02:00
parent eb07511058
commit 9366524ef6

View File

@ -57,7 +57,7 @@ func main() {
c := make([]byte, 0xFFFF)
copy(c, b[p.PLength:])
b = c
read -= p.PLength
read -= int(p.PLength)
}
}