Fix text plug-in: missing function name change
[babeltrace.git] / plugins / text / print.c
index 3e920a02ca54a9bc3e78085c8183d3c09617e7af..255dc63a4717140b6009271eec39aabf97d9bfcb 100644 (file)
@@ -1029,8 +1029,8 @@ enum bt_component_status print_variant(struct text_component *text,
                }
 
                iter_ret =
-                       bt_ctf_field_type_enumeration_mapping_iterator_get_name(
-                               iter, &tag_choice);
+                       bt_ctf_field_type_enumeration_mapping_iterator_get_signed(
+                               iter, &tag_choice, NULL, NULL);
                if (iter_ret) {
                        bt_put(iter);
                        bt_put(tag_field);
This page took 0.024144 seconds and 4 git commands to generate.