summaryrefslogtreecommitdiff
path: root/src/gui/gui-chat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui-chat.c')
-rw-r--r--src/gui/gui-chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui-chat.c b/src/gui/gui-chat.c
index 1a0e7cf30..657a4e46f 100644
--- a/src/gui/gui-chat.c
+++ b/src/gui/gui-chat.c
@@ -1036,7 +1036,7 @@ gui_chat_printf_date_tags (struct t_gui_buffer *buffer, time_t date,
{
hook_print_exec (buffer, buffer->last_line->date,
buffer->last_line->tags_count,
- buffer->last_line->tags_array,
+ (const char **)buffer->last_line->tags_array,
buffer->last_line->prefix,
buffer->last_line->message);
}