mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 03:58:08 +00:00
Fix build issue
This commit is contained in:
parent
b4452da58d
commit
d637660990
1 changed files with 1 additions and 1 deletions
|
|
@ -5712,7 +5712,7 @@ static void call_logs_sqlite_storage(void) {
|
|||
LinphoneCallLog *call_log = NULL;
|
||||
LinphoneAddress *laure = NULL;
|
||||
time_t user_data_time = time(NULL);
|
||||
time_t start_time = NULL;
|
||||
time_t start_time = 0;
|
||||
unlink(logs_db);
|
||||
|
||||
linphone_core_set_call_logs_database_path(marie->lc, logs_db);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue