([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:
mccallum 1997-01-09 19:12:56 +00:00
parent 40e4d68474
commit 3825155a98

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