mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 21:28:08 +00:00
Search for linphonerc.factory in ../share/linphone instead of ../share/Linphone on Unix
This commit is contained in:
parent
81c032ecf0
commit
f991b69ab7
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ static const char *linphone_gtk_get_factory_config_file(){
|
|||
basename ++;
|
||||
*basename = '\0';
|
||||
snprintf(_factory_config_file, sizeof(_factory_config_file),
|
||||
"%s/../share/Linphone/%s", progdir, FACTORY_CONFIG_FILE);
|
||||
"%s/../share/linphone/%s", progdir, FACTORY_CONFIG_FILE);
|
||||
} else {
|
||||
free(progdir);
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue