lib: rename functions to clearly indicate API inheritance
[babeltrace.git] / src / plugins / utils / trimmer / trimmer.c
index a6889adf783ed25b428834492f7dba46fd4011ff..7cf741cf1ae0f0563b9f56f279a5e13b5156d83a 100644 (file)
@@ -445,7 +445,7 @@ int set_bound_from_param(struct trimmer_comp *trimmer_comp,
        char tmp_arg[64];
 
        if (bt_value_is_signed_integer(param)) {
-               int64_t value = bt_value_signed_integer_get(param);
+               int64_t value = bt_value_integer_signed_get(param);
 
                /*
                 * Just convert it to a temporary string to handle
This page took 0.02424 seconds and 4 git commands to generate.