inikep / lzbench

lzbench is an in-memory benchmark of open-source LZ77/LZSS/LZMA compressors
885 stars 179 forks source link

use size_t in lzbench_bzip2_compress() to avoid casting #129

Closed tansy closed 11 months ago

tansy commented 11 months ago

The is unneccessarily `unsigned int' used in lzbench_bzip2_compress(). Changed it to `size_t. to avoid casting.

Ed. Sorry, I was carried away by work with other codec. Forget that.

tansy commented 11 months ago

That was a mistake, I was carried away by other work , trying another codec, where there was `size_t'.