From: Sebastian Freundt Date: Wed, 21 May 2014 11:20:35 +0000 (+0000) Subject: Implant WARC support in tar's get_format_code() X-Git-Tag: v3.1.900a~295^2^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3937c7050d3ad95eeca6a6d63b1799418b1221b2;p=thirdparty%2Flibarchive.git Implant WARC support in tar's get_format_code() --- diff --git a/tar/creation_set.c b/tar/creation_set.c index 3d7764d46..dd3751114 100644 --- a/tar/creation_set.c +++ b/tar/creation_set.c @@ -97,6 +97,7 @@ get_format_code(const char *suffix) { ".mtree", "mtree" }, { ".shar", "shar" }, { ".tar", "paxr" }, + { ".warc", "warc" }, { ".xar", "xar" }, { ".zip", "zip" }, { NULL, NULL }