aboutsummaryrefslogtreecommitdiff
path: root/cmd-parse.y
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-05-23 17:02:25 +0100
committerThomas Adam <thomas@xteddy.org>2019-05-23 17:02:25 +0100
commit43431e7e8458091c762792db39af3fef65e14412 (patch)
tree9887dff5841a98b0f31e561bd663bbedce9f2c38 /cmd-parse.y
parent389cf63cbc027c995900bbdd6e68f4f5a96e5c08 (diff)
parenteb8b51effcd2dee7b95c811c894bf29387a272c9 (diff)
downloadrtmux-43431e7e8458091c762792db39af3fef65e14412.tar.gz
rtmux-43431e7e8458091c762792db39af3fef65e14412.tar.bz2
rtmux-43431e7e8458091c762792db39af3fef65e14412.zip
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-parse.y')
-rw-r--r--cmd-parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-parse.y b/cmd-parse.y
index 8b8f33ab..e576d776 100644
--- a/cmd-parse.y
+++ b/cmd-parse.y
@@ -663,7 +663,7 @@ cmd_parse_from_file(FILE *f, struct cmd_parse_input *pi)
cmd_list_free(cmdlist);
}
- s = cmd_list_print(result);
+ s = cmd_list_print(result, 0);
log_debug("%s: %s", __func__, s);
free(s);