mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Fixup for error spotted by Larry Campbell
This commit is contained in:
parent
cc90b2d5a8
commit
6af167ccef
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ static Class NSMutableSet_concrete_class;
|
|||
{
|
||||
k[i] = [e nextObject];
|
||||
}
|
||||
return AUTORELEASE([[NSArray allocWithZone: NSDefaultMallocZone()]
|
||||
result = AUTORELEASE([[NSArray allocWithZone: NSDefaultMallocZone()]
|
||||
initWithObjects: k count: c]);
|
||||
GS_ENDIDBUF();
|
||||
return result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue