fix crash caused by incomplete commit 47e9a6a807ab30baae05f4557f82d63c70108a59
[claws.git] / src / summaryview.c
index c7a83578f636eea9776a9ced7ed1c6afcab01dfd..40cbe14edb4714ce1bd83c725e6d595fa1b2396a 100644 (file)
@@ -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;