mirror of
https://github.com/facebook/zstd.git
synced 2025-12-06 00:02:05 -05:00
fix proper type for .forceNonContiguous
This commit is contained in:
parent
76dd3a98c4
commit
03d95f9d13
@ -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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user