diff --git a/examples/data/Python/rx_data.py b/examples/data/Python/rx_data.py index 1d9295b..2db1114 100644 --- a/examples/data/Python/rx_data.py +++ b/examples/data/Python/rx_data.py @@ -30,7 +30,7 @@ class struct(object): arr = link.rx_obj(obj_type=str, start_pos=recSize, - obj_byte_size=6) + obj_byte_size=5) recSize += len(arr) print('{}{} | {}'.format(testStruct.z, testStruct.y, arr)) @@ -47,4 +47,4 @@ class struct(object): except KeyboardInterrupt: - link.close() \ No newline at end of file + link.close()