lib: fully detach CTF IR and CTF writer implementations
[babeltrace.git] / plugins / utils / trimmer / iterator.c
index a70fd8a16cfd5a7f46f7475956cd339f8d45a280..4b73b054c61852217e257c0cad7db70624b36eaf 100644 (file)
@@ -286,7 +286,7 @@ int ns_from_integer_field(struct bt_field *integer, int64_t *ns)
                goto end;
        }
 
-       is_signed = bt_ctf_field_type_integer_get_signed(integer_type);
+       is_signed = bt_field_type_integer_is_signed(integer_type);
        if (!is_signed) {
                ret = bt_field_unsigned_integer_get_value(integer,
                                &raw_clock_value);
This page took 0.025532 seconds and 4 git commands to generate.