]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Implant WARC support in tar's get_format_code()
authorSebastian Freundt <freundt@ga-group.nl>
Wed, 21 May 2014 11:20:35 +0000 (11:20 +0000)
committerSebastian Freundt <freundt@ga-group.nl>
Wed, 21 May 2014 11:24:10 +0000 (11:24 +0000)
tar/creation_set.c

index 3d7764d46dbac36f6df1df8770f3e357de33c134..dd37511141e3b61c57fae97f098f13c467e0787f 100644 (file)
@@ -97,6 +97,7 @@ get_format_code(const char *suffix)
                { ".mtree",     "mtree" },
                { ".shar",      "shar" },
                { ".tar",       "paxr" },
+               { ".warc",      "warc" },
                { ".xar",       "xar" },
                { ".zip",       "zip" },
                { NULL,         NULL }