forgot about turning off whitespace in plist element

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35534 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2012-09-06 15:06:12 +00:00
parent e46b8d3567
commit e798592eb8

View file

@ -200,7 +200,7 @@ foundIgnorableWhitespace: (NSString *)string
inArray = YES;
inDictionary = NO;
}
else
else if ([elementName isEqualToString: @"plist"] == NO)
{
inPCData = YES;
}