From ee464bbc38d29180c68b9f8626ffaddf6eeb4e35 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Mon, 13 Aug 2012 10:46:58 +0300 Subject: [PATCH] _glob_scripts: LIBQUVI_SCRIPTS_DIR: Ignore _glob_scripts_dir return value --- 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 995ea00..12f1d4e 100644 --- a/src/misc/scan_scripts.c +++ b/src/misc/scan_scripts.c @@ -486,7 +486,7 @@ static gboolean _glob_scripts(_quvi_t q, const GlobType t, GSList **dst) for (i=0; r[i] != NULL; ++i) { path = g_build_path(G_DIR_SEPARATOR_S, r[i], dir[t], NULL); - r = _glob_scripts_dir(q, path, dst, cb_new, cb_free, cb_chkdup); + _glob_scripts_dir(q, path, dst, cb_new, cb_free, cb_chkdup); g_free(path); path = NULL; -- 2.11.4.GIT