tester.c: oops fix hello8000.wav path

This commit is contained in:
Gautier Pelloux-Prayer 2015-07-03 16:41:16 +02:00
parent 9e1ce59c5f
commit 16210996e6

View file

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