Skip to content
代码片段 群组 项目
未验证 提交 9cf8e67a 编辑于 作者: Nick Terrell's avatar Nick Terrell 提交者: GitHub
浏览文件

Merge pull request #1896 from terrelln/test-fixes

Fix Appveyor failure
No related branches found
No related tags found
无相关合并请求
......@@ -191,7 +191,7 @@ size_t HUF_readDTableX1_wksp(HUF_DTable* DTable, const void* src, size_t srcSize
HUF_DEltX1 D;
D.byte = (BYTE)n;
D.nbBits = (BYTE)(tableLog + 1 - w);
rankVal[w] = uEnd;
rankVal[w] = (U32)uEnd;
if (length < 4) {
/* Use length in the loop bound so the compiler knows it is short. */
for (u = 0; u < length; ++u)
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册