]> git.ipfire.org Git - thirdparty/zstd.git/commit
fixed : better error message when dictionary missing
authorYann Collet <cyan@fb.com>
Fri, 21 Dec 2018 01:20:07 +0000 (17:20 -0800)
committerYann Collet <cyan@fb.com>
Fri, 21 Dec 2018 01:20:07 +0000 (17:20 -0800)
commited2fb6bd5787f154138bd4c5086a52c8a2e56f61
tree8bafb94767e9544615867c25b61137bd1a322566
parente4ae24c22911292dd3aaae80e06583664791950f
fixed : better error message when dictionary missing

during benchmark.
Also : refactored ZSTD_fillHashTable(),
just for readability (it does the same thing)
lib/compress/zstd_fast.c
programs/benchzstd.c
programs/fileio.c