1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[config] const in test_confdir

This commit is contained in:
Witold Filipczyk 2022-02-01 17:53:54 +01:00
parent 11b4d40212
commit 141c7c2896

View File

@ -40,7 +40,7 @@ strip_trailing_dir_sep(char *path)
} }
static char * static char *
test_confdir(char *home, char *path, test_confdir(const char *home, const char *path,
char *error_message) char *error_message)
{ {
struct stat st; struct stat st;