]> wimlib.net Git - wimlib/blobdiff - src/lzx-decompress.c
Fix format specifiers in some debugging statements
[wimlib] / src / lzx-decompress.c
index e0f3b85afc6c23d682e5eca6e7260b86824d0a1a..2b3c0f903149f73965fadfb47dd3457d1d057b70 100644 (file)
@@ -873,7 +873,7 @@ int lzx_decompress(const void *compressed_data, unsigned compressed_len,
                        LZX_DEBUG("LZX_BLOCKTYPE_UNCOMPRESSED");
                        if (istream.data_bytes_left < block_size) {
                                ERROR("Unexpected end of input when "
-                                     "reading %zu bytes from LZX bitstream "
+                                     "reading %u bytes from LZX bitstream "
                                      "(only have %u bytes left)",
                                      block_size, istream.data_bytes_left);
                                return -1;