commit e85b2da5b040049c844b0998b76144781a05c7d0
parent e70e3cde6ffbbbcda7fc4a5cd355484aec6346e8
Author: Paul <paul@claws-mail.org>
Date: Wed, 25 Sep 2019 08:31:55 +0100
fix crash caused by incomplete commit 47e9a6a807ab30baae05f4557f82d63c70108a59
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/summaryview.c b/src/summaryview.c
@@ -3400,7 +3400,7 @@ static inline void summary_set_header(SummaryView *summaryview, gchar *text[],
static gchar date_modified[80];
static gchar col_score[11];
static gchar from_buf[BUFFSIZE], to_buf[BUFFSIZE];
- static gchar tmp1[BUFFSIZE], tmp2[BUFFSIZE], tmp3[BUFFSIZE];
+ static gchar tmp1[BUFFSIZE], tmp2[BUFFSIZE+4], tmp3[BUFFSIZE];
gint *col_pos = summaryview->col_pos;
gchar *from_text = NULL, *to_text = NULL, *tags_text = NULL;
gboolean should_swap = FALSE;