summaryrefslogtreecommitdiffstats
path: root/cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'cfg.c')
-rw-r--r--cfg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cfg.c b/cfg.c
index 9ade397e..a22b9d68 100644
--- a/cfg.c
+++ b/cfg.c
@@ -148,7 +148,8 @@ load_cfg(const char *path, struct client *c, struct cmdq_item *item, int quiet)
line);
continue;
}
- ft = format_create(NULL, FORMAT_NONE, FORMAT_NOJOBS);
+ ft = format_create(NULL, NULL, FORMAT_NONE,
+ FORMAT_NOJOBS);
s = p + 3;
while (isspace((u_char)*s))