From 141c7c28960a55b6ac50cbd5a3e01cedb4a488b7 Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Tue, 1 Feb 2022 17:53:54 +0100 Subject: [PATCH] [config] const in test_confdir --- src/config/home.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/home.c b/src/config/home.c index 4354aafd7..e075d38b1 100644 --- a/src/config/home.c +++ b/src/config/home.c @@ -40,7 +40,7 @@ strip_trailing_dir_sep(char *path) } static char * -test_confdir(char *home, char *path, +test_confdir(const char *home, const char *path, char *error_message) { struct stat st;