mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 11:38:08 +00:00
Fix incorrect test path (retrofit of commit 24156d)
This commit is contained in:
parent
a85054581e
commit
43f186acd5
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue