oc: Fix compilation warning in MAPIStoreContext

This commit is contained in:
Enrique J. Hernández Blasco
2015-07-25 09:56:21 +02:00
parent 372247a643
commit c5b5a4243d
+1 -1
View File
@@ -496,7 +496,7 @@ static inline NSURL *CompleteURLFromMapistoreURI (const char *uri)
{
[self logWithFormat: @"No id exist yet for '%@', requesting one", childURL];
ret = mapistore_indexing_get_new_folderID (connInfo->mstore_ctx, &mappingId);
if (ret == MAPI_E_SUCCESS)
if (ret == MAPISTORE_SUCCESS)
[mapping registerURL: childURL withID: mappingId];
else
[self errorWithFormat: @"Error trying to get new folder id (%d): %s",