([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:
Andrew McCallum 1996-04-18 01:47:52 +00:00
parent 41199e2579
commit e3b1d2f905

View file

@ -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: