Change matchState_t::ldmSeqStore to pointer

This commit is contained in:
senhuang42
2020-10-07 14:13:57 -04:00
parent abce708a56
commit a6165c1b28
5 changed files with 58 additions and 87 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ struct ZSTD_matchState_t {
optState_t opt; /* optimal parser state */
const ZSTD_matchState_t* dictMatchState;
ZSTD_compressionParameters cParams;
rawSeqStore_t ldmSeqStore;
const rawSeqStore_t* ldmSeqStore;
};
typedef struct {