1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 19:23:13 +02:00

irc: extend size of some internal buffers

This commit is contained in:
Sébastien Helleu
2021-11-07 08:57:07 +01:00
parent 9303f5abd9
commit f4a1baaed3
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1885,7 +1885,7 @@ IRC_COMMAND_CALLBACK(dcc)
socklen_t length;
struct t_infolist *infolist;
struct t_infolist_item *item;
char str_address[NI_MAXHOST], charset_modifier[256];
char str_address[NI_MAXHOST], charset_modifier[1024];
int rc;
IRC_BUFFER_GET_SERVER_CHANNEL(buffer);