mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
fix compilation bug
This commit is contained in:
parent
beede6a18d
commit
b11e3b0a23
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ void linphone_gtk_call_log_update(GtkWidget *w){
|
|||
g_date_time_unref(dt);
|
||||
}
|
||||
#else
|
||||
start_date=g_strdup(ctime(start_date_time));
|
||||
start_date=g_strdup(ctime(&start_date_time));
|
||||
#endif
|
||||
|
||||
display=linphone_address_get_display_name (la);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue