mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Merge branch 'master' into NSBlockOperation_branch
This commit is contained in:
commit
1e2c87a9da
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ static SEL remSel;
|
|||
self, @"GSMutableSet", nil, nil];
|
||||
|
||||
reason = [NSString stringWithFormat:
|
||||
@"Index %"PRIuPTR" is out of range %d (in '%@')",
|
||||
@"Index %"PRIuPTR" is out of range %lu (in '%@')",
|
||||
index, count, NSStringFromSelector(sel)];
|
||||
|
||||
exception = [NSException exceptionWithName: NSRangeException
|
||||
|
|
Loading…
Reference in a new issue