From 3937c7050d3ad95eeca6a6d63b1799418b1221b2 Mon Sep 17 00:00:00 2001 From: Sebastian Freundt Date: Wed, 21 May 2014 11:20:35 +0000 Subject: [PATCH] Implant WARC support in tar's get_format_code() --- tar/creation_set.c | 1 + 1 file changed, 1 insertion(+) 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 } -- 2.47.2