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