mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 22:28:07 +00:00
Fix incorrect test path
This commit is contained in:
parent
ccb308eae4
commit
24156d74e8
1 changed files with 1 additions and 1 deletions
|
|
@ -1316,7 +1316,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);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue