Fix dumb error in last mod.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@5559 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-12-17 17:57:20 +00:00
parent 0491ec2f90
commit 39f21cb1f0
2 changed files with 5 additions and 1 deletions

View file

@ -202,7 +202,7 @@ _attributesAtIndexEffectiveRange(
{
if (index == tmpLength)
{
*_infoArray = index;
*foundIndex = index;
return nil;
}
[NSException raise: NSRangeException