From: Yann Collet Date: Tue, 12 Apr 2016 21:26:23 +0000 (+0200) Subject: Updated DICT_MAGIC, since internal dictionary format has changed (length encoding) X-Git-Tag: v0.6.0^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16748729c9dc63caf422726f14fffb6049dbb83d;p=thirdparty%2Fzstd.git Updated DICT_MAGIC, since internal dictionary format has changed (length encoding) --- diff --git a/lib/zstd_internal.h b/lib/zstd_internal.h index 31a99cbde..9b1874f38 100644 --- a/lib/zstd_internal.h +++ b/lib/zstd_internal.h @@ -63,7 +63,7 @@ #endif #define ZSTD_OPT_NUM (1<<12) -#define ZSTD_DICT_MAGIC 0xEC30A435 +#define ZSTD_DICT_MAGIC 0xEC30A436 #define ZSTD_REP_NUM 3 #define ZSTD_REP_INIT ZSTD_REP_NUM