cgen.py: use C type classes for _CodeGen._ft_c_type()
[deliverable/barectf.git] / barectf / templates / c / func-proto-params.j2
index 10af15061a58c199a1ccf5b10ac419fb828edc4d..198af797c9b33a33349171065af9cbc0234786e4 100644 (file)
@@ -23,6 +23,6 @@
  # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  #}
 {% for param in params %}
-       {% set c_type = param.ft | ft_c_type(const_params) %},
+       {% set c_type = param.ft | ft_c_type(const_params) | string %},
        {{ c_type }}{{ ' ' if not c_type.endswith('*') }}{{ prefix }}_{{ param.name }}
 {%- endfor %}
This page took 0.023133 seconds and 4 git commands to generate.