mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-23 05:49:31 +00:00
Monotone-Parent: 120ae771577fbc85a9d527667354ae451deab5eb
Monotone-Revision: 070ab5bab7996350566f161af861542e882b6ac8 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-12-08T20:42:44 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -452,7 +452,7 @@ static Class NSExceptionK, MAPIStoreFolderK;
|
||||
for (counter = 0; counter < aRow->cValues; counter++)
|
||||
{
|
||||
cValue = aRow->lpProps + counter;
|
||||
if ((cValue->ulPropTag & PT_STRING8) == PT_STRING8)
|
||||
if ((cValue->ulPropTag & 0xfff) == PT_STRING8)
|
||||
[self warnWithFormat:
|
||||
@"attempting to set string property as PR_STRING8: %.8x",
|
||||
cValue->ulPropTag];
|
||||
|
||||
Reference in New Issue
Block a user