([NSString -copy]): Use NSDefaultMallocZone() instead of NS_NO_ZONE.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2035 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1997-01-09 19:12:56 +00:00
parent a8b68ee7ca
commit bafa09946b

View file

@ -1375,7 +1375,7 @@ handle_printf_atsign (FILE *stream,
go away. */
- copy
{
return [self copyWithZone: NS_NOZONE];
return [self copyWithZone: NSDefaultMallocZone ()];
}
- mutableCopyWithZone: (NSZone*)zone