Fix: get struct size in map
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 8 Nov 2014 04:32:33 +0000 (23:32 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 8 Nov 2014 04:32:33 +0000 (23:32 -0500)
barectf/cli.py

index 63a9aaf7fdd9737505f64ede83f6eaa12718925e..20794a24a3f6825fd1a460c8d72fe1cddc6ecd6b 100644 (file)
@@ -404,6 +404,7 @@ def _get_integer_size(integer):
 
 
 _obj_size_cb = {
+    pytsdl.tsdl.Struct: _get_struct_size,
     pytsdl.tsdl.Integer: _get_integer_size,
     pytsdl.tsdl.Enum: _get_enum_size,
     pytsdl.tsdl.FloatingPoint: _get_floating_point_size,
This page took 0.023159 seconds and 4 git commands to generate.