cli: mention path separator for Windows in comment
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 12 Aug 2019 16:13:58 +0000 (12:13 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 4 Sep 2019 15:58:21 +0000 (11:58 -0400)
commit3e3e97df5d7279c765f9d5842ed50b7d89166b0b
tree9f0bc1037059e6a9dcb17d9b4b4972755cbd52ee
parent46d1ee1642cb26523b71bb7ae18ff0436779a149
cli: mention path separator for Windows in comment

This function uses bt_common_append_plugin_path_dirs, which uses
G_SEARCHPATH_SEPARATOR to split up paths.  G_SEARCHPATH_SEPARATOR is ';'
on Windows.

Change-Id: If2a88d5cd138d0e1ab186e1e33fda9bb3ceaec5a
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1882
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
src/cli/babeltrace2-cfg.c
This page took 0.024387 seconds and 4 git commands to generate.