From e04d159e8c9cf6c11b22abdc233f314a8b4aea7b Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Fri, 29 Sep 2006 11:32:54 +0000 Subject: ** Fix for bug #341932 Patch from Roozbeh Pournader svn path=/trunk/; revision=32830 --- mail/ChangeLog | 7 +++++++ mail/em-format-html.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index 21dd6c728a..f927ea1863 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2006-09-29 Srinivasa Ragavan + + ** Fix for bug #341932 Patch from Roozbeh Pournader + + * em-format-html.c: (efh_format_header): patch to enlarge + the buffer for printing date. + 2006-09-29 Srinivasa Ragavan ** Fixes a lot of search issue. diff --git a/mail/em-format-html.c b/mail/em-format-html.c index bb46d73628..07050b31e5 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -1683,7 +1683,7 @@ efh_format_header(EMFormat *emf, CamelStream *stream, CamelMedium *part, struct msg_offset -= local_tz / 60; if (msg_offset) { - char buf[32], *html; + char buf[256], *html; msg_offset += (local.tm_hour * 60) + local.tm_min; if (msg_offset >= (24 * 60) || msg_offset < 0) { -- cgit v1.2.3