mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 23:58:17 +00:00
fix compilation issue with clang
This commit is contained in:
parent
f6de1cd109
commit
0a33eb4320
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ Daemon::Daemon(const char *config_path, const char *factory_config_path, const c
|
|||
if (pipe_name == NULL) {
|
||||
#ifdef HAVE_READLINE
|
||||
const char *homedir = getenv("HOME");
|
||||
rl_readline_name = "daemon";
|
||||
rl_readline_name = (char*)"daemon";
|
||||
if (homedir == NULL)
|
||||
homedir = ".";
|
||||
mHistfile = string(homedir) + string("/.linphone_history");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue