This commit is contained in:
jfrijters 2008-06-19 07:24:15 +00:00
Родитель 020e428000
Коммит bac98c80a6
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -109,8 +109,6 @@ class InflaterHuffmanTree
treeSize += (end - start) >> (16 - bits);
}
}
if (code != 65536)
throw new DataFormatException("Code lengths don't add up properly.");
/* Now create and fill the extra tables from longest to shortest
* bit len. This way the sub trees will be aligned.