diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-04-30 15:21:47 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-04-30 15:21:47 +0100 |
commit | 3d33a19102f7af41b6e621cfecddf1687f88e1ef (patch) | |
tree | a61684064b30fec06b519e7fcbf6a0b4ad7b3f19 /input.c | |
parent | 8e01221d022fa702dd99db52285b2d2941e0f4cc (diff) | |
parent | 6a33a12798b2afeee6fb7bba74d86d628137921e (diff) | |
download | rtmux-3d33a19102f7af41b6e621cfecddf1687f88e1ef.tar.gz rtmux-3d33a19102f7af41b6e621cfecddf1687f88e1ef.tar.bz2 rtmux-3d33a19102f7af41b6e621cfecddf1687f88e1ef.zip |
Merge tag '3.1b'
3.1b
Diffstat (limited to 'input.c')
-rw-r--r-- | input.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2354,7 +2354,7 @@ input_exit_rename(struct input_ctx *ictx) return; if (ictx->input_len == 0) { - oe = options_get(wp->window->options, "automatic-rename"); + oe = options_get_only(wp->window->options, "automatic-rename"); if (oe != NULL) options_remove(oe); return; |