From 3e4d83b6682f7e67bea1ec74a7453f273268fdb9 Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Mon, 7 Feb 2022 09:23:41 +0100 Subject: [PATCH] tar: fix format name typo in creation_set.c Closes #1659 --- tar/creation_set.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, -- 2.47.2