提交 80a8258c authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 ef4b6c6f
......@@ -63,7 +63,7 @@ public class CompressLZF implements Compressor {
}
private int hash(int h) {
return ((h * 2777) >> 9) & (HASH_SIZE - 1);
return ((h * 2777) >> 9) & (HASH_SIZE - 1);
}
public int compress(byte[] in, int inLen, byte[] out, int outPos) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论