From 5330a2a85d69647f4f402c5b1fe85dc548ce5416 Mon Sep 17 00:00:00 2001 From: nicm Date: Mon, 9 Jan 2017 19:27:00 +0000 Subject: Run the source-file pattern through glob(3). --- cfg.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'cfg.c') diff --git a/cfg.c b/cfg.c index 91c16fa4..63413124 100644 --- a/cfg.c +++ b/cfg.c @@ -28,11 +28,11 @@ #include "tmux.h" -char *cfg_file; -int cfg_finished; -static char **cfg_causes; -static u_int cfg_ncauses; -struct client *cfg_client; +char *cfg_file; +int cfg_finished; +static char **cfg_causes; +static u_int cfg_ncauses; +struct client *cfg_client; static enum cmd_retval cfg_done(__unused struct cmdq_item *item, __unused void *data) -- cgit