mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
fix windows build warning
This commit is contained in:
parent
54b1500c76
commit
6e15e3b97c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue