mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
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:
parent
656fde90c0
commit
dae20769ac
12 changed files with 285 additions and 204 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue