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

buflist: use larger buffer for buflist bar item name

This commit is contained in:
Sébastien Helleu
2017-12-03 11:04:28 +01:00
parent db6f0e030d
commit e4580a731b
+1 -1
View File
@@ -45,7 +45,7 @@ int old_line_number_current_buffer[BUFLIST_BAR_NUM_ITEMS];
const char *
buflist_bar_item_get_name (int index)
{
static char item_name[16];
static char item_name[32];
if (index == 0)
{