From 98b24df034889ea5d9e61d87dc371667c5de171a Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Mon, 13 May 2013 13:48:06 +0300 Subject: [PATCH] Remove "excl." from the comment As this is a remnant of 0.4 and would suggest that LIBQUVI_SCRIPTS_DIR value would be used "exclusively", e.g. if set, then only those paths would be checked for the scripts. Signed-off-by: Toni Gundogdu --- src/misc/scan_scripts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc/scan_scripts.c b/src/misc/scan_scripts.c index b1d2d3f..79ba953 100644 --- a/src/misc/scan_scripts.c +++ b/src/misc/scan_scripts.c @@ -600,7 +600,7 @@ static void _chk_common_scripts(_quvi_t q) gchar *path = NULL; { - /* LIBQUVI_SCRIPTS_DIR (excl.) */ + /* LIBQUVI_SCRIPTS_DIR */ if (scripts_dir != NULL && strlen(scripts_dir) >0) { -- 2.11.4.GIT