mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-19 10:01:24 +00:00
fixup incorrect copy
This commit is contained in:
parent
69e3ccd27e
commit
fc3dcb37b4
1 changed files with 1 additions and 1 deletions
|
@ -2033,7 +2033,7 @@ static NSString *noFiles = @"No log files to archive";
|
|||
NSUInteger c;
|
||||
|
||||
[self ecDoLock];
|
||||
a = [ecConfigClients copy];
|
||||
a = [ecConfigClients mutableCopy];
|
||||
[self ecUnLock];
|
||||
c = [a count];
|
||||
while (c-- > 0)
|
||||
|
|
Loading…
Reference in a new issue