This commit is contained in:
Arpad Ryszka 2017-07-26 18:06:11 +02:00
parent 86d244790a
commit 6f8ffa8161

View File

@ -27,7 +27,7 @@ func (s *store) getMatch(offset, id int) (int, bool, bool) {
length int length int
) )
for i := 0; i < len(s.match[offset]); i++ { for i := 0; i < len(s.match[offset]); i += 2 {
if s.match[offset][i] != id { if s.match[offset][i] != id {
continue continue
} }