lib: add unsigned and signed integer value API
[babeltrace.git] / plugins / ctf / fs-sink / translate-trace-ir-to-ctf-ir.c
index 699b3a5b620d9bb6abb81994704285662f6819f6..69c20c6142e169cf61585621f99c2a7651611120 100644 (file)
@@ -1277,7 +1277,7 @@ struct fs_sink_ctf_trace_class *translate_trace_class_trace_ir_to_ctf_ir(
                }
 
                switch (bt_value_get_type(val)) {
-               case BT_VALUE_TYPE_INTEGER:
+               case BT_VALUE_TYPE_SIGNED_INTEGER:
                case BT_VALUE_TYPE_STRING:
                        break;
                default:
This page took 0.024346 seconds and 4 git commands to generate.