]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Fix build failure on Windows.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 12 Oct 2014 04:06:44 +0000 (13:06 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 12 Oct 2014 04:10:47 +0000 (13:10 +0900)
commit398c8033e3cb9e7656d098d7334f3a9bcae403ae
tree492b3f60785ff14b3b2103ec2cd7decbf0ab52a3
parent7f875fa28da77dbf9565306ffb7e005238a54575
Fix build failure on Windows.
 - Apply cast statement
 - Do not use snprintf directly
 - Use ARCHIVE_LITERALL_LL macro for portability
libarchive/archive_cryptor.c
libarchive/archive_read_support_format_zip.c
libarchive/archive_write_set_format_zip.c