Search for linphonerc.factory in ../share/linphone instead of ../share/Linphone on Unix

This commit is contained in:
François Grisez 2015-04-08 15:11:23 +02:00
parent 81c032ecf0
commit f991b69ab7

View file

@ -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;