[Commits] [SCM] claws branch, master, updated. 3.11.1-159-g2d94797

ticho at claws-mail.org ticho at claws-mail.org
Tue Jun 23 07:50:08 CEST 2015


The branch, master has been updated
       via  2d947971db23076fb67bf2d5ba2da060de93cead (commit)
      from  5bfb2198f3e60c1eef29f7ca32adf234495346ba (commit)

Summary of changes:
 src/procheader.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 2d947971db23076fb67bf2d5ba2da060de93cead
Author: Andrej Kacian <ticho at claws-mail.org>
Date:   Tue Jun 23 07:49:42 2015 +0200

    Fix a mistake in previous commit.

diff --git a/src/procheader.c b/src/procheader.c
index fa4ef49..e5a5416 100644
--- a/src/procheader.c
+++ b/src/procheader.c
@@ -866,7 +866,7 @@ static gint procheader_scan_date_string(const gchar *str,
 			&& (sep1 == 'T' || sep1 == 't' || sep1 == ' ')) {
 		if (month_n >= 1 && month_n <= 12) {
 			strncpy2(month, monthstr+((month_n-1)*3), 4);
-			if (offset_sign == 'z' || offset_sign == 'Z') {
+			if (zonestr[0] == 'z' || zonestr[0] == 'Z') {
 				strcat(zone, "+00:00");
 			} else if (sscanf(zonestr, "%c%2d:%2d",
 						&offset_sign, &zone1, &zone2) == 3) {

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list