make variable constant since it is assigned from a string literal

This commit is contained in:
christos 2020-04-22 15:55:41 +00:00
parent 0a19289791
commit 9c3fa50b46
1 changed files with 2 additions and 2 deletions

View File

@ -364,8 +364,8 @@ DEFINE_TEST(test_acl_platform_posix1e_read)
struct archive *a;
struct archive_entry *ae;
int n, fd, flags, dflags;
char *func, *acl_text;
const char *acl1_text, *acl2_text, *acl3_text;
char *acl_text;
const char *func, *acl1_text, *acl2_text, *acl3_text;
#if ARCHIVE_ACL_SUNOS
void *aclp;
int aclcnt;