mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
Fixed attempt to modify constant array.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3036 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1123e8337e
commit
8ee1efa0ca
1 changed files with 1 additions and 0 deletions
|
@ -338,6 +338,7 @@ main()
|
|||
|
||||
{
|
||||
// Replacing objects
|
||||
c = [[c mutableCopy] autorelease];
|
||||
printf("Method -replaceObjectAtIndex: 2 withObject:[NSString class]\n");
|
||||
enumerator = [c objectEnumerator];
|
||||
while ((i = [enumerator nextObject]))
|
||||
|
|
Loading…
Reference in a new issue