]> git.ipfire.org Git - thirdparty/zstd.git/commit
fixed --list command in presence of special blocks
authorYann Collet <cyan@fb.com>
Fri, 18 Aug 2017 23:18:20 +0000 (16:18 -0700)
committerYann Collet <cyan@fb.com>
Fri, 18 Aug 2017 23:18:20 +0000 (16:18 -0700)
commit88d2f72df97c95ef61ede9d620cabe49afb4c968
tree45fa1d6cfa913bd1206a01907346d56587fa928c
parentc523c93b262daf0e94af6b71feff68758c13cfe2
fixed --list command in presence of special blocks

block type RLE is special, compressed size is always 1.
block type 3 is "reserved", aka not supported.
programs/fileio.c