check ret value properly

pull/49/head
Jesús García Sáez 2013-12-20 11:26:09 +01:00 committed by Julio García
parent 34b98a563d
commit 2aa71cc8a3
1 changed files with 1 additions and 1 deletions

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++)
{