lib: rename bt_value_array_get_size() -> bt_value_array_get_length()
[babeltrace.git] / src / cli / babeltrace2-plugins.c
index 6be4e154832e41bb36fefc4ba8b99d066cc476f8..1defc30668dea965404ff83709621a3e92f9a4c6 100644 (file)
@@ -128,7 +128,7 @@ int load_dynamic_plugins(const bt_value *plugin_paths)
 {
        int nr_paths, i, ret = 0;
 
-       nr_paths = bt_value_array_get_size(plugin_paths);
+       nr_paths = bt_value_array_get_length(plugin_paths);
        if (nr_paths < 0) {
                BT_CLI_LOGE_APPEND_CAUSE(
                        "Cannot load dynamic plugins: no plugin path.");
This page took 0.023537 seconds and 4 git commands to generate.