mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
018a948926
commit
b31f78629e
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -514,7 +514,7 @@ static unsigned posForIndex(GSIArray array, unsigned index)
|
|||
|
||||
if ([aCoder containsValueForKey: @"NSRangeData"])
|
||||
{
|
||||
data = [aCoder decodeIntForKey: @"NSRangeData"];
|
||||
data = [aCoder decodeObjectForKey: @"NSRangeData"];
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue