fix missing return

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34137 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2011-11-09 13:46:45 +00:00
parent ce8663684e
commit b2b57f1610
2 changed files with 6 additions and 0 deletions

View file

@ -1271,6 +1271,7 @@ static BOOL isPlistObject(id o)
if (value == nil)
{
[self removeObjectForKey: defaultName];
return;
}
if ([defaultName isKindOfClass: [NSString class]] == NO
|| [defaultName length] == 0)