]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Fix build failure on Windows.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 12 Oct 2014 04:30:20 +0000 (13:30 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 12 Oct 2014 04:30:20 +0000 (13:30 +0900)
commit359f8c0a359884c24d848b52cad6cf4bd13282b8
treef31970edbd3416ff1a4f16ae718c6d055b3da43e
parent398c8033e3cb9e7656d098d7334f3a9bcae403ae
Fix build failure on Windows.
 - MSC does not allow this statement, char buf[static 10U].
 - Use archive_string utility instead of snprintf.
 - Use gmtime_r or _gmtime64_s if available for thread safe.
libarchive/archive_read_support_format_warc.c
libarchive/archive_write_set_format_warc.c