[evolution/webkit] Bug #643297 - multipart/related formatter skips the last part
- From: Dan VrÃtil <dvratil src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/webkit] Bug #643297 - multipart/related formatter skips the last part
- Date: Mon, 11 Jul 2011 14:15:35 +0000 (UTC)
commit 8e8ef60f2d27f9ea53d408a08aa6334cb21adbdd
Author: Milan Crha <mcrha redhat com>
Date: Mon Feb 28 11:31:50 2011 +0100
Bug #643297 - multipart/related formatter skips the last part
mail/em-format-html.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mail/em-format-html.c b/mail/em-format-html.c
index 31f67f4..56d20a5 100644
--- a/mail/em-format-html.c
+++ b/mail/em-format-html.c
@@ -1949,7 +1949,7 @@ emfh_multipart_related_check (struct _EMFormatHTMLJob *job,
return;
}
- while (link->next != NULL) {
+ while (link != NULL) {
EMFormatPURI *puri = link->data;
if (puri->use_count == 0) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]