More MacOS-X fixes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14350 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2002-08-27 14:32:27 +00:00
parent c45f681d6d
commit adb9dbe354
4 changed files with 8 additions and 4 deletions

View file

@ -370,7 +370,7 @@ static SEL eqSel;
{
[NSException raise: NSRangeException format:
@"in %@:, index %d is out of range",
NSStringFromSelector(_cmd), i1];
NSStringFromSelector(_cmd), i2];
}
if (i1 != i2)
{