Monotone-Parent: e5c4217c6e36b401e5a327f56f52df4391fc0526

Monotone-Revision: 45a1b78e86bd3fc10d217c5f04c4a9e50cbbc2f0

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-07-29T20:59:29
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2011-07-29 20:59:29 +00:00
parent c40d8788f2
commit 868c2f5274
1 changed files with 2 additions and 2 deletions

View File

@ -366,7 +366,7 @@ static Class NSExceptionK, MAPIStoreFolderK;
uint64_t obVersion;
obVersion = [self objectVersion];
if (obVersion = 0xffffffffffffffffLL)
if (obVersion == 0xffffffffffffffffLL)
rc = MAPISTORE_ERR_NOT_FOUND;
else
rc = [self getReplicaKey: data fromGlobCnt: obVersion
@ -382,7 +382,7 @@ static Class NSExceptionK, MAPIStoreFolderK;
uint64_t obVersion;
obVersion = [self objectVersion];
if (obVersion = 0xffffffffffffffffLL)
if (obVersion == 0xffffffffffffffffLL)
rc = MAPISTORE_ERR_NOT_FOUND;
else
{