fixed the border value
This commit is contained in:
parent
027ca1c67c
commit
0df61bcd82
@ -141,7 +141,7 @@ BEGIN:
|
||||
goto BEGIN
|
||||
}
|
||||
start := 0
|
||||
for i := 0; i < tl - 12; i++ {
|
||||
for i := 0; i < tl - 11; i++ {
|
||||
if start + 12 > tl { // too few data to unpack, read more
|
||||
goto BEGIN
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user