Hello,
I have a program that links in zlib v1.2.3 and it got the following error:
deflateEnd error 'no msg' kind: 'Z_DATA_ERROR': -3
The program has work successfully with lots of different files to be compressed.
Does anyone know what the 'no msg' of kind Z_DATA_ERROR means and how one would go about debugging it?
Thanks.
-William