]> git.lizzy.rs Git - zlib.git/commit
Attempt to convert the wchar_t path in gzopen_w() for errors.
authorMark Adler <madler@alumni.caltech.edu>
Sun, 18 Mar 2012 21:52:31 +0000 (14:52 -0700)
committerMark Adler <madler@alumni.caltech.edu>
Sun, 18 Mar 2012 21:52:31 +0000 (14:52 -0700)
commita5d803b7efde22b8d26a8d8e3044c13281a3ea9a
tree9e54d63be9bafdc986e09be6f71be9331a9779dd
parent04afd39fcc753e2f1369cb471cb6592ea5946546
Attempt to convert the wchar_t path in gzopen_w() for errors.

The conversion to multi-byte will be locale-specific, but it's
better than nothing and is only to provide more information in the
error message returned by gz_error().  The conversion has no
effect on what's opened.
gzlib.c