Fix incorrect padding in arrays of structs (Issue #5484) (#5491)
authorsvenk177 <50141814+svenk177@users.noreply.github.com>
Fri, 23 Aug 2019 17:46:47 +0000 (19:46 +0200)
committerWouter van Oortmerssen <aardappel@gmail.com>
Fri, 23 Aug 2019 17:46:47 +0000 (10:46 -0700)
commit4525c91be30ddb9befe15e3a5bb96f1b7914030e
tree2090763a1de703f9abeac0de90326da1e508c6fc
parentb97b342f595c404dc4fb48673d6104d9bb9e7f98
Fix incorrect padding in arrays of structs (Issue #5484) (#5491)
16 files changed:
include/flatbuffers/idl.h
tests/FlatBuffers.Test/FlatBuffersExampleTests.cs
tests/JavaTest.java
tests/MyGame/Example/ArrayStruct.cs
tests/MyGame/Example/ArrayStruct.java
tests/MyGame/Example/ArrayStruct.py
tests/MyGame/Example/NestedStruct.cs
tests/MyGame/Example/NestedStruct.java
tests/MyGame/Example/NestedStruct.py
tests/arrays_test.bfbs
tests/arrays_test.fbs
tests/arrays_test.golden
tests/arrays_test.schema.json
tests/arrays_test_generated.h
tests/py_test.py
tests/test.cpp