Fix for bug 433100 (bnc).
authorChenthill Palanisamy <pchen@src.gnome.org>
Mon, 5 Jan 2009 12:21:52 +0000 (12:21 +0000)
committerChenthill Palanisamy <pchen@src.gnome.org>
Mon, 5 Jan 2009 12:21:52 +0000 (12:21 +0000)
svn path=/trunk/; revision=9867

camel/ChangeLog
camel/camel-folder-summary.c

index 41d0ddc..825e962 100644 (file)
@@ -1,3 +1,10 @@
+2009-01-05  Chenthill Palanisamy  <pchenthill@novell.com>
+
+       * camel/camel-folder-summary.c: (message_info_load): Change to
+       guint to guint32 to avoid crash in 64 bit.
+
+       committing the patch from Michael Meeks <mmeeks@novell.com>
+
 2008-12-22  Sankar P  <psankar@novell.com>
 
        ** Part of Fix for bug #559153
index 5b257f0..31c5f91 100644 (file)
@@ -3119,7 +3119,7 @@ static CamelMessageInfo *
 message_info_load(CamelFolderSummary *s, FILE *in)
 {
        CamelMessageInfoBase *mi;
-       guint count;
+       guint32 count;
        int i;
        char *subject, *from, *to, *cc, *mlist, *uid;