evolution-mapi r194 - trunk/src/libexchangemapi



Author: mcrha
Date: Tue Apr  7 11:29:22 2009
New Revision: 194
URL: http://svn.gnome.org/viewvc/evolution-mapi?rev=194&view=rev

Log:
2009-04-07  Milan Crha  <mcrha redhat com>

	* exchange-mapi-connection.c: (mapi_profile_load):
	Compiler warning fix.



Modified:
   trunk/src/libexchangemapi/ChangeLog
   trunk/src/libexchangemapi/exchange-mapi-connection.c

Modified: trunk/src/libexchangemapi/exchange-mapi-connection.c
==============================================================================
--- trunk/src/libexchangemapi/exchange-mapi-connection.c	(original)
+++ trunk/src/libexchangemapi/exchange-mapi-connection.c	Tue Apr  7 11:29:22 2009
@@ -93,7 +93,7 @@
 	if (profname)
 		profile = profname;
 	else {
-		retval = GetDefaultProfile((char **)&profile);
+		retval = GetDefaultProfile (&profile);
 		if (retval != MAPI_E_SUCCESS) {
 			mapi_errstr("GetDefaultProfile", GetLastError());
 			goto cleanup;



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