From 78ee1c72c670a71bfd165448676fc65bff802916 Mon Sep 17 00:00:00 2001 From: gramanas Date: Mon, 19 Nov 2018 19:11:06 +0200 Subject: Add ability to use ck without secret dir --- src/list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/list.c') diff --git a/src/list.c b/src/list.c index 52603b8..0976ac1 100644 --- a/src/list.c +++ b/src/list.c @@ -244,7 +244,7 @@ int run_LIST(UserOpt *opt, Conf *conf) { strcat(tmp, "ck configuration directory path: "); strcat(tmp, opt->confDir); list_add(the_list, tmp); -#define X(var, str, name) \ +#define X(var, str, name, optional) \ strcpy(tmp, ""); \ strcat(tmp, name); \ strcat(tmp, ": "); \ -- cgit v1.2.3