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:
fredkiefer 2007-12-05 23:39:11 +00:00
parent 26a8bdec67
commit a12b217a55
2 changed files with 6 additions and 1 deletions

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"];
}
/*