fix attempt on test-zstd-speed

This commit is contained in:
Yann Collet
2016-07-31 01:59:23 +02:00
parent 235911e13f
commit 8cebfd1d26
2 changed files with 24 additions and 17 deletions
+1 -1
View File
@@ -65,7 +65,7 @@
#endif
#define ZSTD_OPT_NUM (1<<12)
#define ZSTD_DICT_MAGIC 0xEC30A437 /* v0.7 */
#define ZSTD_DICT_MAGIC 0xEC30A437 /* v0.7+ */
#define ZSTD_REP_NUM 3 /* number of repcodes */
#define ZSTD_REP_CHECK (ZSTD_REP_NUM-0) /* number of repcodes to check by the optimal parser */