[Commits] codeconv.c 1.65.2.73 1.65.2.74
colin at claws-mail.org
colin at claws-mail.org
Tue Nov 8 17:09:28 CET 2011
Update of /home/claws-mail/claws/src
In directory claws-mail:/tmp/cvs-serv29807/src
Modified Files:
Tag: gtk2
codeconv.c
Log Message:
2011-11-08 [colin] 3.7.10cvs79
* src/codeconv.c
Make sure we break line when we need to. Very probably
fixes bug #2310 "Crash when hitting Ctrl+R to reply to a
particular mail"
Index: codeconv.c
===================================================================
RCS file: /home/claws-mail/claws/src/codeconv.c,v
retrieving revision 1.65.2.73
retrieving revision 1.65.2.74
diff -u -d -r1.65.2.73 -r1.65.2.74
--- codeconv.c 27 Apr 2011 05:53:34 -0000 1.65.2.73
+++ codeconv.c 8 Nov 2011 16:09:26 -0000 1.65.2.74
@@ -1693,6 +1693,7 @@
cur_len += mb_len;
p += mb_len;
} else if (cur_len == 0) {
+ left = 0;
LBREAK_IF_REQUIRED(1, FALSE);
continue;
} else {
More information about the Commits
mailing list