openbsd-ports/www/mozilla/patches/patch-mailnews_mime_src_mimemsg_cpp
kurt ef866a5413 - re-enable xft for gtk
- wantlib correction for alpha (from alek@)
- fix lp64 bug that prevented mail from being viewed on sparc64
2005-03-30 22:03:04 +00:00

13 lines
535 B
Plaintext

$OpenBSD: patch-mailnews_mime_src_mimemsg_cpp,v 1.1 2005/03/30 22:03:04 kurt Exp $
--- mailnews/mime/src/mimemsg.cpp.orig Tue Mar 29 16:57:29 2005
+++ mailnews/mime/src/mimemsg.cpp Tue Mar 29 16:57:51 2005
@@ -519,7 +519,7 @@ MimeMessage_close_headers (MimeObject *o
{
PRUint32 flags = 0;
char dummy = 0;
- if (sscanf(xmoz, " %lx %c", &flags, &dummy) == 1 &&
+ if (sscanf(xmoz, " %x %c", &flags, &dummy) == 1 &&
flags & MSG_FLAG_PARTIAL)
obj->options->generate_footer_html_fn =
MimeMessage_partial_message_html;