Update name of enum, clarify documentation

This commit is contained in:
senhuang42
2020-11-02 11:38:17 -05:00
parent 9102f30dbf
commit d4d0346b40
3 changed files with 7 additions and 6 deletions
+1
View File
@@ -2505,6 +2505,7 @@ static void ZSTD_copyBlockSequences(ZSTD_CCtx* zc)
for (i = 0; i < seqStoreSeqSize; ++i) {
outSeqs[i].litLength = seqStoreSeqs[i].litLength;
outSeqs[i].matchLength = seqStoreSeqs[i].matchLength + MINMATCH;
outSeqs[i].rep = 0;
if (i == seqStore->longLengthPos) {
if (seqStore->longLengthID == 1) {