in zstd compression, fix 32 bit build
commit427c2cc9e8f640769a7f8771c42b89948e78028e
authorAndreas Stieger <astieger@suse.com>
Mon, 18 Sep 2017 19:15:52 +0000 (18 21:15 +0200)
committerNick Mathewson <nickm@torproject.org>
Wed, 20 Sep 2017 13:43:08 +0000 (20 09:43 -0400)
treed5a9d67d2f3993a6dc8468a6d834281087713518
parent654820ec1ca79f5938db81b6d78c452afa1cd9a6
in zstd compression, fix 32 bit build

format '%lu' expects argument of type 'long unsigned int', but argument ... has type 'size_t'

Closes ticket 23568.
src/common/compress_zstd.c