diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-05-23 21:02:30 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-05-23 21:02:30 +0100 |
commit | 19a3a9ee20d09d7210ef278d908913fca60575b7 (patch) | |
tree | af84111c7c9e43e821c6d274a1d16869bb46ec25 /cfg.c | |
parent | e817821104b886de7afdf7c365aeced134d6d966 (diff) | |
parent | f3e01ecc42e34a914ee390658625e920d321734a (diff) | |
download | rtmux-19a3a9ee20d09d7210ef278d908913fca60575b7.tar.gz rtmux-19a3a9ee20d09d7210ef278d908913fca60575b7.tar.bz2 rtmux-19a3a9ee20d09d7210ef278d908913fca60575b7.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'cfg.c')
-rw-r--r-- | cfg.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -125,6 +125,7 @@ load_cfg(const char *path, struct client *c, struct cmdq_item *item, int flags, memset(&pi, 0, sizeof pi); pi.flags = flags; pi.file = path; + pi.line = 1; pr = cmd_parse_from_file(f, &pi); fclose(f); |