New stuff

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15286 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-12-12 15:14:13 +00:00
parent 44bb297525
commit 5bbbb1b94c
8 changed files with 318 additions and 82 deletions

View file

@ -607,7 +607,7 @@ static NSMutableSet *textNodes = nil;
NSDictionary *dict;
dict = [[localRefs refs] objectForKey: @"contents"];
if ([dict count] > 0)
if ([dict count] > 1)
{
NSArray *a;
unsigned i;