commit 2d8f4930a3500158ae278b86a2373052457a4362
parent 2464379f089cf522d0e68da09b34c8ff85aedd80
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
@@ -3419,7 +3419,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;