]> sjero.net Git - linphone/commitdiff
fix compilation bug
authorSimon Morlat <simon.morlat@linphone.org>
Fri, 8 Feb 2013 10:01:26 +0000 (11:01 +0100)
committerSimon Morlat <simon.morlat@linphone.org>
Fri, 8 Feb 2013 10:01:26 +0000 (11:01 +0100)
gtk/calllogs.c

index 4a9330f4affb0e1913c9fa815cd62d79e1128496..9e703a8ffd6615e65020e35cc99a2ac2e7bf5bea 100644 (file)
@@ -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);