Fix Appveyor failure

dev
Nick Terrell 2019-11-19 11:12:26 -08:00
parent 6a7f65117e
commit e0d6daabac
1 changed files with 1 additions and 1 deletions

View File

@ -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)