Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2017-05-01 14:01:14 +01:00
17 changed files with 82 additions and 32 deletions

3
cfg.c
View File

@ -147,7 +147,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))