Commit b11e3b0a authored by Simon Morlat's avatar Simon Morlat
Browse files

fix compilation bug

parent beede6a1
No related merge requests found
Showing with 1 addition and 1 deletion
......@@ -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);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment