mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +00:00
Use NSDefaultMallocZone() instead of 0.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2003 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f4dff61e12
commit
101fbead74
3 changed files with 5 additions and 4 deletions
|
@ -245,7 +245,7 @@ NSHashTable *
|
|||
NSCreateHashTable(NSHashTableCallBacks callBacks,
|
||||
unsigned int capacity)
|
||||
{
|
||||
return NSCreateHashTableWithZone(callBacks, capacity, 0);
|
||||
return NSCreateHashTableWithZone(callBacks, capacity, NSDefaultMallocZone());
|
||||
}
|
||||
|
||||
/** Copying **/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue