From 5937ffddd7f34586f77c34cd56bf16435e1b9451 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 8 Sep 2024 12:01:27 +0200 Subject: [PATCH] Fixed iso_util_encode_lfa_flags() in respect to attribute "F" --- libisofs/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libisofs/util.c b/libisofs/util.c index fc27f5b..0a62656 100644 --- a/libisofs/util.c +++ b/libisofs/util.c @@ -2526,7 +2526,7 @@ static int lsattr_sequence[] = { 0, 1, 3, 16, 4, 5, 6, 7, /* Semi-alphabetic sequence: aAcCdDeE FhiIjNmP sStTuVxZ */ static int semi_alphabetic[] = { 5, 7, 2, 23, 6, 16, 19, 11, - 20, 18, 4, 12, 14, 28, 10, 29, + 30, 18, 4, 12, 14, 28, 10, 29, 0, 3, 15, 17, 1, 20, 25, 8, -1 };