[balsa/gtk3] Resolve ambiguity



commit d974eff00abf87f12a88bb777a2926e6f76f0786
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Sat Mar 12 18:30:31 2016 -0500

    Resolve ambiguity
    
        * libbalsa/imap/imap-handle.c (imap_message_new): use whitespace
          to resolve ambiguous assignment.

 ChangeLog                   |    7 ++++++-
 libbalsa/imap/imap-handle.c |    2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 3fd1b4b..a878b46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2016-03-12  Peter Bloomfield  <pbloomfield bellsouth net>
 
+       * libbalsa/imap/imap-handle.c (imap_message_new): use whitespace
+         to resolve ambiguous assignment.
+
+2016-03-12  Peter Bloomfield  <pbloomfield bellsouth net>
+
        * libbalsa/libbalsa-gpgme-cb.h: remove Emacs hack.
 
 2016-03-12  Albrecht Dreß
@@ -21,7 +26,7 @@
          fix a few minor glitches, and remove a few unused statements.
 
        * libbalsa-gpgme.c: fix callback assignment bug,
-       implement new function to verify all subkeys of a key
+         implement new function to verify all subkeys of a key
        * rfc3156.c: remove confusing error message
        * gmime-application-pkcs7.h, gmime-application-pkcs7.c,
          gmime-multipart-crypt.c, gmime-multipart-crypt.h,
diff --git a/libbalsa/imap/imap-handle.c b/libbalsa/imap/imap-handle.c
index b148ca8..a932381 100644
--- a/libbalsa/imap/imap-handle.c
+++ b/libbalsa/imap/imap-handle.c
@@ -1846,7 +1846,7 @@ ImapMessage*
 imap_message_new(void)
 {
   ImapMessage * msg=g_malloc0(sizeof(ImapMessage));
-  msg->rfc822size=-1;
+  msg->rfc822size = -1;
   return msg;
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]