DO and encoding updates

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6861 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 2000-07-02 18:57:05 +00:00
parent 656fde90c0
commit dae20769ac
12 changed files with 285 additions and 204 deletions

View file

@ -261,6 +261,11 @@ static SEL eValSel = @selector(encodeValueOfObjCType:at:);
type++;
}
if (_initialPass == NO)
{
(*_tagImp)(_dst, tagSel, _GSC_ARY_B);
}
[self encodeArrayOfObjCType: type count: count at: buf];
}
return;
@ -762,7 +767,7 @@ static SEL eValSel = @selector(encodeValueOfObjCType:at:);
}
obj = [anObject replacementObjectForArchiver: self];
cls = [anObject classForArchiver];
cls = [obj classForArchiver];
(*_xRefImp)(_dst, xRefSel, _GSC_ID, node->value.uint);
if (_namMap->nodeCount)