openbsd-ports/mail/mozilla-thunderbird/patches/patch-mailnews_mime_src_mimemsg_cpp
landry c535134760 Major update to mozilla-thunderbird 3.0.4. See for details:
http://www.mozillamessaging.com/en-US/thunderbird/3.0.4/releasenotes/
Backing up your profile before upgrading is recommended..
Update largely based on www/firefox35 port, tested on
i386/amd64/sparc64/powerpc by myself and alpha by naddy@.

ok naddy@
2010-04-03 09:26:45 +00:00

13 lines
527 B
Plaintext

$OpenBSD: patch-mailnews_mime_src_mimemsg_cpp,v 1.3 2010/04/03 09:26:45 landry Exp $
--- mailnews/mime/src/mimemsg.cpp.orig Mon Jan 11 18:40:36 2010
+++ mailnews/mime/src/mimemsg.cpp Mon Jan 25 22:31:38 2010
@@ -514,7 +514,7 @@ MimeMessage_close_headers (MimeObject *obj)
{
PRUint32 flags = 0;
char dummy = 0;
- if (sscanf(xmoz, " %lx %c", &flags, &dummy) == 1 &&
+ if (sscanf(xmoz, " %x %c", &flags, &dummy) == 1 &&
flags & nsMsgMessageFlags::Partial)
{
obj->options->html_closure = obj;