From 16210996e62fb1df1b37a2af7f4209415a195765 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Fri, 3 Jul 2015 16:41:16 +0200 Subject: [PATCH] tester.c: oops fix hello8000.wav path --- tester/tester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tester/tester.c b/tester/tester.c index e8bd983bf..5ac0448db 100644 --- a/tester/tester.c +++ b/tester/tester.c @@ -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);