mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Eliminate pointless/annoying warning on line 111 regarding formatting
This commit is contained in:
parent
dcfbe9e0f8
commit
b970077e42
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