From d6376609909f91bbb5f600eb69bfaa74a7cb26bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Tue, 2 Feb 2016 11:30:54 +0100 Subject: [PATCH] Fix build issue --- tester/call_tester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tester/call_tester.c b/tester/call_tester.c index 0e0f58674..5f21c59b8 100644 --- a/tester/call_tester.c +++ b/tester/call_tester.c @@ -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);