mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
tester.c: oops fix hello8000.wav path
This commit is contained in:
parent
9e1ce59c5f
commit
16210996e6
1 changed files with 1 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ LinphoneCoreManager* linphone_core_manager_init(const char* rc_file) {
|
|||
|
||||
|
||||
if( manager_count >= 2){
|
||||
char *hellopath = bc_tester_file("sounds/hello8000.wav");
|
||||
char *hellopath = bc_tester_res("sounds/hello8000.wav");
|
||||
char *recordpath = ms_strdup_printf("%s/record_for_lc_%p.wav",bc_tester_get_writable_dir_prefix(),mgr->lc);
|
||||
ms_message("Manager for '%s' using files", rc_file ? rc_file : "--");
|
||||
linphone_core_set_use_files(mgr->lc, TRUE);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue