mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-17 09:25:25 +00:00
Stage 2 of clang compiler warning patches.
This commit is contained in:
committed by
Ludovic Marcotte
parent
34f626b84c
commit
d3290dbb8d
@@ -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