Fix wrong method call in last change.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25682 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2007-12-05 23:39:11 +00:00
parent 018a948926
commit b31f78629e
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-12-06 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSIndexSet.m (-initWithCoder:): Fix wrong method in last
change.
2007-12-05 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSException.m: Add new MacOS-X method and improve stack trace

View file

@ -514,7 +514,7 @@ static unsigned posForIndex(GSIArray array, unsigned index)
if ([aCoder containsValueForKey: @"NSRangeData"])
{
data = [aCoder decodeIntForKey: @"NSRangeData"];
data = [aCoder decodeObjectForKey: @"NSRangeData"];
}
/*