fix proper type for .forceNonContiguous
This commit is contained in:
@@ -301,7 +301,7 @@ struct ZSTD_matchState_t {
|
|||||||
U32* hashTable3;
|
U32* hashTable3;
|
||||||
U32* chainTable;
|
U32* chainTable;
|
||||||
|
|
||||||
U32 forceNonContiguous; /* Non-zero if we should force non-contiguous load for the next window update. */
|
int forceNonContiguous; /* Non-zero if we should force non-contiguous load for the next window update. */
|
||||||
|
|
||||||
int dedicatedDictSearch; /* Indicates whether this matchState is using the
|
int dedicatedDictSearch; /* Indicates whether this matchState is using the
|
||||||
* dedicated dictionary search structure.
|
* dedicated dictionary search structure.
|
||||||
|
|||||||
Reference in New Issue
Block a user