Improved -description writing/reading. Bug fixes to NSString.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2429 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 1997-09-18 14:56:47 +00:00
parent 21039e770f
commit b6e22efb49
10 changed files with 139 additions and 44 deletions

View file

@ -407,8 +407,7 @@ static Class NSMutableArray_concrete_class;
- (NSString*) descriptionWithIndent: (unsigned)level
{
[self notImplemented:_cmd];
return nil;
return [self description];
}
/* The NSCopying Protocol */