changed assignment

This commit is contained in:
Paul Cruz
2017-06-22 15:36:28 -07:00
parent 2935239544
commit b325a2e4db
+1 -1
View File
@@ -1198,7 +1198,7 @@ static int genRandomDict(U32 dictID, U32 seed, size_t dictSize, BYTE* fullDict){
{
size_t k;
for (k = 0; k < currSize; k++) {
samples[samplesPos++] = (BYTE)literalValue;
*(samples + (samplesPos++)) = (BYTE)literalValue;
}
}
literalValue++;