1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-24 11:56:38 +02:00

relay: fix compiler warnings on calls to snprintf

This commit is contained in:
Sébastien Helleu
2018-07-13 21:25:07 +02:00
parent a205886d7a
commit bf48efffec
+1 -1
View File
@@ -599,7 +599,7 @@ relay_irc_get_line_info (struct t_relay_client *client,
char **tags, char **message)
{
int i, num_tags, command, action, all_tags, length;
char str_tag[256], *pos, *message_no_color, str_time[256];
char str_tag[512], *pos, *message_no_color, str_time[256];
const char *ptr_tag, *ptr_message, *ptr_nick, *ptr_nick1, *ptr_nick2;
const char *ptr_host, *localvar_nick, *time_format;
time_t msg_date;