From 43f186acd56d7e122ea1492ed1bbfaacb6792913 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Turnel?= Date: Fri, 13 Apr 2018 10:11:11 +0200 Subject: [PATCH] Fix incorrect test path (retrofit of commit 24156d) --- tester/call_single_tester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tester/call_single_tester.c b/tester/call_single_tester.c index 08be21bf9..211a4086f 100644 --- a/tester/call_single_tester.c +++ b/tester/call_single_tester.c @@ -1340,7 +1340,7 @@ static void cancelled_ringing_call(void) { const bctbx_list_t * call_history; LinphoneCall* out_call; - char * db_path= bctbx_strdup_printf("%s,%s",bc_tester_get_writable_dir_prefix(),"tmp_call_log.db"); + char * db_path= bctbx_strdup_printf("%s/%s",bc_tester_get_writable_dir_prefix(),"tmp_call_log.db"); linphone_core_set_call_logs_database_path(marie->lc,db_path);