From 48b6de90365bd7d154348b40cf4adc1a0ce21018 Mon Sep 17 00:00:00 2001 From: Albert S Date: Sat, 29 Jan 2022 23:10:24 +0100 Subject: [PATCH] struct syscall_vow_map: change 'str' to const char* --- exile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exile.h b/exile.h index 306b4e8..55dd5bf 100644 --- a/exile.h +++ b/exile.h @@ -247,7 +247,7 @@ struct syscall_vow_map struct str_to_vow_map { - char *str; + const char *str; uint64_t value; };