Bump to libarch 3.3.1
[platform/upstream/libarchive.git] / libarchive / archive_entry_strmode.c
index 16cb3f7..af2517a 100644 (file)
@@ -80,7 +80,7 @@ archive_entry_strmode(struct archive_entry *entry)
                if (mode & 0001) bp[9] = 't';
                else bp[9] = 'T';
        }
-       if (archive_entry_acl_count(entry, ARCHIVE_ENTRY_ACL_TYPE_ACCESS))
+       if (archive_entry_acl_types(entry) != 0)
                bp[10] = '+';
 
        return (bp);