]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Fix build failure on Ubuntu.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 29 Jun 2014 09:09:26 +0000 (18:09 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Sun, 29 Jun 2014 09:09:26 +0000 (18:09 +0900)
libarchive/archive_read_support_format_warc.c

index cfedb3b2d5099978dbc31e18ef8ea9f1236a3cf6..8cafb054eb6dadba2081a67eeb78ddc883d2c8fa 100644 (file)
@@ -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: