diff options
author | Thomas Adam <thomas@xteddy.org> | 2021-08-21 16:01:26 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2021-08-21 16:01:26 +0100 |
commit | 4d3367e9657002c4b68867c8d58e2f5b7ae90612 (patch) | |
tree | bedc8f8f2f55f7b444ac0427be0e7e0dd1ef6daa /cmd-parse.y | |
parent | 62036121fa3f69a93031f90956e659e090d79a1f (diff) | |
parent | 68cacaec68ca8300e0ea439abdf9db16e74241bb (diff) | |
download | rtmux-4d3367e9657002c4b68867c8d58e2f5b7ae90612.tar.gz rtmux-4d3367e9657002c4b68867c8d58e2f5b7ae90612.tar.bz2 rtmux-4d3367e9657002c4b68867c8d58e2f5b7ae90612.zip |
Merge branch 'obsd-master' into master
Diffstat (limited to 'cmd-parse.y')
-rw-r--r-- | cmd-parse.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-parse.y b/cmd-parse.y index 6d1fec7e..458092b4 100644 --- a/cmd-parse.y +++ b/cmd-parse.y @@ -871,7 +871,7 @@ cmd_parse_build_commands(struct cmd_parse_commands *cmds, cmd_list_free(current); return; } - cmd_list_move(current, add); + cmd_list_append_all(current, add); cmd_list_free(add); } if (current != NULL) { |