Change matchState_t::ldmSeqStore to pointer
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user