Various fixes.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2796 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 1998-05-13 19:25:38 +00:00
parent 4cf95f8203
commit 65b9b6186c
7 changed files with 61 additions and 31 deletions

View file

@ -238,6 +238,7 @@ static Class NSMutableDictionary_concrete_class;
return self;
}
}
NSLog(@"Contents of file does not contain a dictionary");
[self autorelease];
return nil;
}