fixed the border value

This commit is contained in:
mikespook 2012-12-27 13:06:18 +08:00
parent 027ca1c67c
commit 0df61bcd82

View File

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