check ret value properly

This commit is contained in:
Jesús García Sáez
2014-07-02 14:43:42 +02:00
committed by Julio García
parent 34b98a563d
commit 2aa71cc8a3
+1 -1
View File
@@ -599,7 +599,7 @@ static inline NSURL *CompleteURLFromMapistoreURI (const char *uri)
if (mapistore_indexing_get_new_folderIDs (connInfo->mstore_ctx,
memCtx, max, &numbers)
!= MAPI_E_SUCCESS || numbers->cValues != max)
!= MAPISTORE_SUCCESS || numbers->cValues != max)
abort ();
for (count = 0; count < max; count++)
{