fix windows build warning

This commit is contained in:
Simon Morlat 2016-10-18 19:48:38 +02:00
parent 54b1500c76
commit 6e15e3b97c

View file

@ -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;