]> git.ipfire.org Git - thirdparty/zstd.git/commit
changed parameter name to ZSTD_c_overlapLog
authorYann Collet <cyan@fb.com>
Wed, 12 Dec 2018 00:55:33 +0000 (16:55 -0800)
committerYann Collet <cyan@fb.com>
Wed, 12 Dec 2018 00:55:33 +0000 (16:55 -0800)
commit9b784dec7fdc842ce01d5d104f6c7bbfa78c0178
tree627a3dd771aa7536448c923b0332611d19943305
parent5e6aaa3abb814bd6799a9ffea718177a5ecb9a63
changed parameter name to ZSTD_c_overlapLog

from overlapSizeLog.

Reasoning :
`overlapLog` is already used everwhere, in the code, command line and documentation.
`ZSTD_c_overlapSizeLog` feels unnecessarily different.
doc/zstd_manual.html
lib/compress/zstd_compress.c
lib/zstd.h
programs/fileio.c
tests/roundTripCrash.c
tests/zstreamtest.c