Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix thinko.
Can now round-trip an empty SC.
  • Loading branch information
jnthn committed Mar 9, 2013
1 parent 7ee241f commit 6e9482f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/perl6/nqp/sixmodel/SerializationWriter.java
Expand Up @@ -352,7 +352,7 @@ private String concatenateOutputs() {
offset += outputs[STABLE_DATA].position();

/* Put objects table in place, and set location/rows in header. */
output.position(20);
output.position(24);
output.putInt(offset);
output.putInt(this.sc.root_objects.size());
output.position(offset);
Expand Down

0 comments on commit 6e9482f

Please sign in to comment.