]> git.ipfire.org Git - thirdparty/zstd.git/commit
Fix a C89 error in msvc
authorMa Lin <malincns@163.com>
Fri, 24 Sep 2021 00:57:16 +0000 (08:57 +0800)
committerMa Lin <malincns@163.com>
Sat, 25 Sep 2021 08:32:06 +0000 (16:32 +0800)
commitcc22042da0819b37cf69175bd92fe26a2975eea7
tree8c90f36dada08f30ba3c2b5577dd828366ce325e
parent01976ce4cdd86bbad897185dc242b32b6012e490
Fix a C89 error in msvc

Variables (r) must be declared at the beginning of a code block.
This causes msvc2012 to fail to compile 64-bit build.
lib/compress/zstd_lazy.c