mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Patches submitted from May 20 to Aug 28 1997
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2406 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f0a72da206
commit
25afcc3594
119 changed files with 16409 additions and 1698 deletions
|
@ -538,7 +538,9 @@
|
|||
FOR_COLLECTION(self, o)
|
||||
{
|
||||
//#warning fix this addObject for ConstantCollection
|
||||
[newColl addObject:[o copy]];
|
||||
id n = [o copy];
|
||||
[newColl addObject:n];
|
||||
[n release];
|
||||
}
|
||||
END_FOR_COLLECTION(self);
|
||||
return newColl;
|
||||
|
@ -654,6 +656,8 @@
|
|||
[aCoder decodeObjectAt: &(content_array[i])
|
||||
withName:NULL];
|
||||
[self initWithObjects: content_array count: count];
|
||||
for (i = 0; i < count; i++)
|
||||
[content_array[i] release];
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue