Skip to content

Commit

Permalink
Fixup for error spotted by Larry Campbell
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Frith-Macdonald committed Aug 21, 2023
1 parent cc90b2d commit 6af167c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/NSSet.m
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ - (NSArray*) allObjects
{
k[i] = [e nextObject];
}
return AUTORELEASE([[NSArray allocWithZone: NSDefaultMallocZone()]
result = AUTORELEASE([[NSArray allocWithZone: NSDefaultMallocZone()]
initWithObjects: k count: c]);
GS_ENDIDBUF();
return result;
Expand Down

0 comments on commit 6af167c

Please sign in to comment.