diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-08-28 16:01:09 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-08-28 16:01:09 +0100 |
commit | 486421ceff1b4d618d84ac3cb8c4dd9135b7960d (patch) | |
tree | 5ff6d44f3a7f1dabd9a40d0fa7a9176190a9e131 /cmd-set-option.c | |
parent | 84eabb2658f9ad1bec81344aa425f66a903c931d (diff) | |
parent | b0940bdf5460ec3324254b5df68b5386513641b2 (diff) | |
download | rtmux-486421ceff1b4d618d84ac3cb8c4dd9135b7960d.tar.gz rtmux-486421ceff1b4d618d84ac3cb8c4dd9135b7960d.tar.bz2 rtmux-486421ceff1b4d618d84ac3cb8c4dd9135b7960d.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-set-option.c')
-rw-r--r-- | cmd-set-option.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-set-option.c b/cmd-set-option.c index 260961cb..56ca91e0 100644 --- a/cmd-set-option.c +++ b/cmd-set-option.c @@ -176,7 +176,7 @@ cmd_set_option_exec(struct cmd *self, struct cmd_q *cmdq) return (CMD_RETURN_ERROR); } - /* Start or stop timers when name or status options changed. */ + /* Start or stop timers if necessary. */ if (strcmp(oe->name, "automatic-rename") == 0) { RB_FOREACH(w, windows, &windows) { if (options_get_number(&w->options, "automatic-rename")) |