]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Use correct variable types for ASCII Windows functions. 50/head
authorMaurus Cuelenaere <mcuelenaere@gmail.com>
Mon, 16 Sep 2013 12:28:46 +0000 (14:28 +0200)
committerMaurus Cuelenaere <mcuelenaere@gmail.com>
Mon, 16 Sep 2013 12:34:09 +0000 (14:34 +0200)
commit6da3bf32fe10cbf4a193933b735ff8f2b67a1eda
tree9de16133a9691b4805fdd93125062118f69b9fc9
parent2c1bfdf1b3cab891b6c8ed28dac593ac77813e93
Use correct variable types for ASCII Windows functions.

There are both an ASCII and an Unicode variant for most of the Win32 API.
Fix some inconsistent uses.
libarchive/archive_match.c
libarchive/archive_write_disk_windows.c
libarchive/filter_fork_windows.c