mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Fix to make value pointed to by mutationsPtr be unsigned long.
This commit is contained in:
parent
897e5fc7dd
commit
09e527c0fd
7 changed files with 11 additions and 11 deletions
|
@ -918,7 +918,7 @@ const NSHashTableCallBacks NSPointerToStructHashCallBacks =
|
|||
objects: (id*)stackbuf
|
||||
count: (NSUInteger)len
|
||||
{
|
||||
state->mutationsPtr = (unsigned long *)&version;
|
||||
state->mutationsPtr = &version;
|
||||
return GSIMapCountByEnumeratingWithStateObjectsCount
|
||||
(self, state, stackbuf, len);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue