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;