evolution-mapi r194 - trunk/src/libexchangemapi
- From: mcrha svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-mapi r194 - trunk/src/libexchangemapi
- Date: Tue, 7 Apr 2009 11:29:23 +0000 (UTC)
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]