Update SOGoContactSourceFolder.m

This commit is contained in:
ethoms
2015-11-04 07:19:37 +08:00
parent 7541fb62e0
commit b5eb13c3b7
+1 -1
View File
@@ -94,7 +94,7 @@
{
if (![newDisplayName length])
newDisplayName = newName;
ASSIGN (displayName, [newDisplayName mutableCopy]);
ASSIGN (displayName, (NSMutableString *)newDisplayName);
}
return self;