Update SOGoContactSourceFolder.m

pull/108/head
ethoms 2015-11-04 07:19:37 +08:00
parent 7541fb62e0
commit b5eb13c3b7
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
{
if (![newDisplayName length])
newDisplayName = newName;
ASSIGN (displayName, [newDisplayName mutableCopy]);
ASSIGN (displayName, (NSMutableString *)newDisplayName);
}
return self;