Fix: size-write-struct-statements.j2: use `ev_type`, not `event_type`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 8 Sep 2020 20:21:39 +0000 (16:21 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 8 Sep 2020 20:22:24 +0000 (16:22 -0400)
barectf/templates/c/size-write-struct-statements.j2

index d61fead75eeb9a71108acd74279c6d47d96023be..0dc14c4660665bd87dda8eb2d22e8c5e60732d1c 100644 (file)
@@ -31,7 +31,7 @@
 {% endif %}
 {
 {% for subop in op.subops %}
-       {{ subop.size_str(stream_type=stream_type, event_type=event_type) | indent_tab }}
+       {{ subop.size_str(stream_type=stream_type, ev_type=ev_type) | indent_tab }}
 
 {% endfor %}
 }
This page took 0.023939 seconds and 4 git commands to generate.