[Commits] [SCM] claws branch, master, updated. 3.17.4-30-g2d8f4930a
paul at claws-mail.org
paul at claws-mail.org
Wed Sep 25 07:32:00 CET 2019
The branch, master has been updated
via 2d8f4930a3500158ae278b86a2373052457a4362 (commit)
from 2464379f089cf522d0e68da09b34c8ff85aedd80 (commit)
Summary of changes:
src/summaryview.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 2d8f4930a3500158ae278b86a2373052457a4362
Author: Paul <paul at claws-mail.org>
Date: Wed Sep 25 08:31:55 2019 +0100
fix crash caused by incomplete commit 47e9a6a807ab30baae05f4557f82d63c70108a59
diff --git a/src/summaryview.c b/src/summaryview.c
index c7a83578f..40cbe14ed 100644
--- 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;
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list