From 6e15e3b97c41d5449392c7c52a626016ab01369b Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Tue, 18 Oct 2016 19:48:38 +0200 Subject: [PATCH] fix windows build warning --- coreapi/call_log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/call_log.c b/coreapi/call_log.c index 250f30b73..a5150e9bd 100644 --- a/coreapi/call_log.c +++ b/coreapi/call_log.c @@ -76,7 +76,7 @@ static void set_call_log_date(LinphoneCallLog *cl, time_t start_time){ void call_logs_write_to_config_file(LinphoneCore *lc){ bctbx_list_t *elem; char logsection[32]; - unsigned int i; + int i; char *tmp; LpConfig *cfg=lc->config;