From: Michihiro NAKAJIMA Date: Sun, 29 Jun 2014 09:09:26 +0000 (+0900) Subject: Fix build failure on Ubuntu. X-Git-Tag: v3.1.900a~271 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c8c9b27299638f895b389aa72b73a9177a36c33;p=thirdparty%2Flibarchive.git Fix build failure on Ubuntu. --- diff --git a/libarchive/archive_read_support_format_warc.c b/libarchive/archive_read_support_format_warc.c index cfedb3b2d..8cafb054e 100644 --- a/libarchive/archive_read_support_format_warc.c +++ b/libarchive/archive_read_support_format_warc.c @@ -293,6 +293,7 @@ start_over: /* and let future calls know about the content */ w->cntlen = cntlen; w->cntoff = 0U; + mtime = 0;/* Avoid compiling error on some platform. */ switch (ftyp) { case WT_RSRC: