mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
([Decoder -decodeObjectAt:anObjPtr:name]): Decode the Unindent
*before* decoding the fref; as does Encoder! git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1466 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7122cfbd69
commit
986b9760cf
1 changed files with 1 additions and 1 deletions
|
@ -629,6 +629,7 @@
|
|||
/* xxx else what, error? */
|
||||
}
|
||||
/* xxx Should I sent -awakeUsingCoder: here instead of above? */
|
||||
[self decodeUnindent];
|
||||
|
||||
/* If this was a CODER_OBJECT_FORWARD_SATISFIER, then remember it. */
|
||||
[self decodeValueOfCType: @encode(unsigned)
|
||||
|
@ -645,7 +646,6 @@
|
|||
if (debug_coder)
|
||||
fprintf(stderr, "Coder decoding registered class xref %u\n", xref);
|
||||
}
|
||||
[self decodeUnindent];
|
||||
break;
|
||||
}
|
||||
case CODER_OBJECT_ROOT:
|
||||
|
|
Loading…
Reference in a new issue