fixed minor conversion warning
This commit is contained in:
parent
8572b4d09f
commit
af3da079d1
@ -1050,7 +1050,7 @@ size_t ZSTD_compressBlock_btultra(
|
|||||||
ZSTD_resetSeqStore(seqStore);
|
ZSTD_resetSeqStore(seqStore);
|
||||||
/* invalidate first scan from history */
|
/* invalidate first scan from history */
|
||||||
ms->window.base -= srcSize;
|
ms->window.base -= srcSize;
|
||||||
ms->window.dictLimit += srcSize;
|
ms->window.dictLimit += (U32)srcSize;
|
||||||
ms->window.lowLimit = ms->window.dictLimit;
|
ms->window.lowLimit = ms->window.dictLimit;
|
||||||
ms->nextToUpdate = ms->window.dictLimit;
|
ms->nextToUpdate = ms->window.dictLimit;
|
||||||
ms->nextToUpdate3 = ms->window.dictLimit;
|
ms->nextToUpdate3 = ms->window.dictLimit;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user