From c5b5a4243db989149590ea223878dda00d5c6833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20J=2E=20Hern=C3=A1ndez=20Blasco?= Date: Sat, 25 Jul 2015 09:56:21 +0200 Subject: [PATCH] oc: Fix compilation warning in MAPIStoreContext --- OpenChange/MAPIStoreContext.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenChange/MAPIStoreContext.m b/OpenChange/MAPIStoreContext.m index e16b23d9b..9b8e0a37a 100644 --- a/OpenChange/MAPIStoreContext.m +++ b/OpenChange/MAPIStoreContext.m @@ -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",