Fix: usage of `bt_value_array_get_length()`
[babeltrace.git] / src / cli / babeltrace2-cfg-cli-args-connect.c
index b9693369903f94516a85309b4251c97d2f2e5d9d..3385a1bd751ff203bed524b38bc89e2c4f930b33 100644 (file)
@@ -685,7 +685,7 @@ int bt_config_cli_args_create_connections(struct bt_config *cfg,
                char *error_buf, size_t error_buf_size)
 {
        int ret;
-       size_t i;
+       uint64_t i;
 
        if (!all_named_and_printable(cfg)) {
                snprintf(error_buf, error_buf_size,
This page took 0.022721 seconds and 4 git commands to generate.