iggy - writing ABC fix

This commit is contained in:
Jindra Petřík
2016-12-12 15:03:52 +01:00
parent a851d7c765
commit b7ab24b0a5

View File

@@ -71,7 +71,6 @@ public class IggyDeclStrings implements StructureInterface {
byte[] padd = new byte[((int) (((15 + data.length) / 8 + 1) * 8 - 15 - data.length))];
s.writeBytes(padd);
}
s.writeBytes(padd);
ib.writeConstLength(IggyIndexBuilder.CONST_SEQUENCE_SIZE);
s.writeUI64(one);
s.writeUI64(zero);