lib: rename bt_value_array_get_size() -> bt_value_array_get_length()
[babeltrace.git] / src / plugins / text / details / write.c
index 7c05d1458013581502ad020fdbe2210c9220ac9a..78ab04dcc5dc613854146947a7dbbf4afae552aa 100644 (file)
@@ -424,7 +424,7 @@ void write_value(struct details_write_ctx *ctx, const bt_value *value,
                break;
        case BT_VALUE_TYPE_ARRAY:
        {
-               uint64_t length = bt_value_array_get_size(value);
+               uint64_t length = bt_value_array_get_length(value);
 
                if (length == 0) {
                        write_sp(ctx);
This page took 0.022878 seconds and 4 git commands to generate.