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:
parent
11b4d40212
commit
141c7c2896
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user