mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-13 19:03:18 +00:00
Stage 2 of clang compiler warning patches.
This commit is contained in:
@@ -364,7 +364,7 @@ Class SOGoCacheGCSObjectK = Nil;
|
||||
if (record)
|
||||
{
|
||||
if ([[record objectForKey: @"c_type"] intValue] == MAPIFolderCacheObject)
|
||||
objectClass = isa;
|
||||
objectClass = object_getClass(self);
|
||||
else
|
||||
objectClass = SOGoCacheGCSObjectK;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user