mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
([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:
parent
40e4d68474
commit
3825155a98
1 changed files with 1 additions and 1 deletions
|
@ -1375,7 +1375,7 @@ handle_printf_atsign (FILE *stream,
|
|||
go away. */
|
||||
- copy
|
||||
{
|
||||
return [self copyWithZone: NS_NOZONE];
|
||||
return [self copyWithZone: NSDefaultMallocZone ()];
|
||||
}
|
||||
|
||||
- mutableCopyWithZone: (NSZone*)zone
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue