X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=src%2Fcli%2Fbabeltrace2-cfg.c;h=21a5ea17b8b30e5332bc15bfef4892b15bf32c6e;hb=e5e6a30af8f0ac9dd05710520010b810cd47beb9;hp=4ab27b0b6a2d0917cb6495f43b67f580dc824df2;hpb=fb25b9e364c8eab9fe5e37947831e233086c7218;p=babeltrace.git diff --git a/src/cli/babeltrace2-cfg.c b/src/cli/babeltrace2-cfg.c index 4ab27b0b..21a5ea17 100644 --- a/src/cli/babeltrace2-cfg.c +++ b/src/cli/babeltrace2-cfg.c @@ -34,8 +34,8 @@ void destroy_gstring(void *data) } /* - * Extracts the various paths from the string arg, delimited by ':', - * and appends them to the array value object plugin_paths. + * Extracts the various paths from the string arg, delimited by ':' on UNIX, + * ';' on Windows, and appends them to the array value object `plugin_paths`. */ int bt_config_append_plugin_paths( bt_value *plugin_paths, const char *arg)