plain_chunk.length);
if (ret < 0) {
return ndr_pull_error(ndrpull, NDR_ERR_COMPRESSION,
- "XPRESS HUFF lzxpress_huffman_decompress() returned %d\n",
- (int)ret);
+ "XPRESS HUFF lzxpress_huffman_decompress() returned %zd\n",
+ ret);
}
if (plain_chunk.length != ret) {
comp_chunk.length);
if (ret < 0) {
return ndr_pull_error(ndrpull, NDR_ERR_COMPRESSION,
- "XPRESS HUFF lzxpress_huffman_compress() returned %d\n",
- (int)ret);
+ "XPRESS HUFF lzxpress_huffman_compress() returned %zd\n",
+ ret);
}
if (ret > comp_chunk.length) {