const value that doesn't change

This commit is contained in:
Paul Cruz 2017-06-19 17:46:21 -07:00
parent 3a6856edca
commit 4a4f9ba262

View File

@ -1319,7 +1319,7 @@ static size_t testDecodeWithDict(U32 seed, size_t dictSize)
{ {
frame_t fr; frame_t fr;
{ {
size_t dictContentSize = dictSize-dictSize/4; size_t const dictContentSize = dictSize-dictSize/4;
BYTE* const dictContent = fullDict+dictSize/4; BYTE* const dictContent = fullDict+dictSize/4;
dictInfo const info = initDictInfo(1, dictContentSize, dictContent, dictID); dictInfo const info = initDictInfo(1, dictContentSize, dictContent, dictID);
seed = generateFrame(seed, &fr, info); seed = generateFrame(seed, &fr, info);