evolution-data-server r8371 - branches/EXCHANGE_MAPI_BRANCH/camel/providers/mapi



Author: jjohnny
Date: Tue Jan 15 07:07:38 2008
New Revision: 8371
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8371&view=rev

Log:
Fixed build break.


Modified:
   branches/EXCHANGE_MAPI_BRANCH/camel/providers/mapi/ChangeLog
   branches/EXCHANGE_MAPI_BRANCH/camel/providers/mapi/camel-mapi-transport.c

Modified: branches/EXCHANGE_MAPI_BRANCH/camel/providers/mapi/camel-mapi-transport.c
==============================================================================
--- branches/EXCHANGE_MAPI_BRANCH/camel/providers/mapi/camel-mapi-transport.c	(original)
+++ branches/EXCHANGE_MAPI_BRANCH/camel/providers/mapi/camel-mapi-transport.c	Tue Jan 15 07:07:38 2008
@@ -184,7 +184,7 @@
 		
 		if (item->msg.body_stream)// && (*(item->msg.body_stream)))
 			item->msg.body_stream = g_strconcat (item->msg.body_stream, (char *) buf, NULL);
-		else {
+		else
 			item->msg.body_stream = g_strdup ((char *) buf);
 	}
 }



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