Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
b11e3b0a
Commit
b11e3b0a
authored
Feb 08, 2013
by
Simon Morlat
Browse files
fix compilation bug
parent
beede6a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gtk/calllogs.c
gtk/calllogs.c
+1
-1
No files found.
gtk/calllogs.c
View file @
b11e3b0a
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment