diff --git a/src/pkg/compress/flate/deflate.go b/src/pkg/compress/flate/deflate.go index 1f659bab713..4f744457dd7 100644 --- a/src/pkg/compress/flate/deflate.go +++ b/src/pkg/compress/flate/deflate.go @@ -319,7 +319,9 @@ Loop: // For matches this long, we don't bother inserting each individual // item into the table. d.index += d.length - d.hash = (int(d.window[d.index])<