Skip to content
Snippets Groups Projects
Commit ad9c3396 authored by Rafaël Carré's avatar Rafaël Carré
Browse files

calltree_update_clock : use correct type, returns something

parent 449c8e38
No related branches found
No related tags found
No related merge requests found
...@@ -1335,7 +1335,7 @@ void calltree_display (calltab_t *tab) ...@@ -1335,7 +1335,7 @@ void calltree_display (calltab_t *tab)
gboolean calltree_update_clock(gpointer data UNUSED) gboolean calltree_update_clock(gpointer data UNUSED)
{ {
char timestr[20]; char timestr[20];
char *msg = ""; const gchar *msg = "";
long duration; long duration;
callable_obj_t *c = calltab_get_selected_call (current_calls); callable_obj_t *c = calltab_get_selected_call (current_calls);
...@@ -1357,6 +1357,7 @@ gboolean calltree_update_clock(gpointer data UNUSED) ...@@ -1357,6 +1357,7 @@ gboolean calltree_update_clock(gpointer data UNUSED)
} }
statusbar_update_clock (msg); statusbar_update_clock (msg);
return TRUE;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment