From: Martin Matuska Date: Mon, 7 Feb 2022 08:23:41 +0000 (+0100) Subject: tar: fix format name typo in creation_set.c X-Git-Tag: v3.6.0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e4d83b6682f7e67bea1ec74a7453f273268fdb9;p=thirdparty%2Flibarchive.git tar: fix format name typo in creation_set.c Closes #1659 --- diff --git a/tar/creation_set.c b/tar/creation_set.c index bdc607dae..cfc5a642a 100644 --- a/tar/creation_set.c +++ b/tar/creation_set.c @@ -95,7 +95,7 @@ get_format_code(const char *suffix) { ".7z", "7zip" }, { ".ar", "arbsd" }, { ".cpio", "cpio" }, - { ".iso", "iso9960" }, + { ".iso", "iso9660" }, { ".mtree", "mtree" }, { ".shar", "shar" }, { ".tar", "paxr" },