]> git.ipfire.org Git - thirdparty/zstd.git/commit
fixed file identity detection in 32-bit mode
authorYann Collet <cyan@fb.com>
Thu, 20 Dec 2018 22:30:30 +0000 (14:30 -0800)
committerYann Collet <cyan@fb.com>
Thu, 20 Dec 2018 22:30:30 +0000 (14:30 -0800)
commitffba1424067b04c9f6a8d75ae2786e0665f4c9c8
treea4613ce10fa6948574e6ebc532819c76cd28d6b7
parent65a441a8f08c1a7a89b565b9239d60fc6df1032f
fixed file identity detection in 32-bit mode

also :
some library decided to use `index` as a global variable declared in standard header
shadowing the ones used in fastcover.c  :(
lib/dictBuilder/fastcover.c
programs/util.c