lib: rename bt_value_array_get_size() -> bt_value_array_get_length()
[babeltrace.git] / src / lib / lib-logging.c
index ce69b30ddefb301353f5ed5d4629a01a46456517..461a67d9e25c6e42505703c8269bac4039d28e9e 100644 (file)
@@ -905,7 +905,7 @@ static inline void format_value(char **buf_ch, bool extended,
        }
        case BT_VALUE_TYPE_ARRAY:
        {
-               int64_t count = bt_value_array_get_size(value);
+               int64_t count = bt_value_array_get_length(value);
 
                BT_ASSERT(count >= 0);
                BUF_APPEND(", %selement-count=%" PRId64, PRFIELD(count));
This page took 0.025417 seconds and 4 git commands to generate.