Monotone-Parent: a7de776942b3d74e0380fedb944ee4a08d4037dd

Monotone-Revision: 80c8d4e2847b46d0107ef53db2c5605e438d8350

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-09-26T16:21:03
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-09-26 16:21:03 +00:00
parent a309956f48
commit 63fb2baa8f
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -605,7 +605,7 @@ Class NSExceptionK, MAPIStoreFAIMessageK, MAPIStoreMessageTableK, MAPIStoreFAIMe
error = [sourceMsg getProperty: &data
withTag: propTag
inMemCtx: aRow];
if (error == MAPISTORE_SUCCESS)
if (error == MAPISTORE_SUCCESS && data)
{
set_SPropValue_proptag(&aRow->lpProps[aRow->cValues], propTag, data);
aRow->cValues++;