diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-04-23 17:56:45 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-04-23 17:56:45 +0100 |
commit | 0d3fdae7b623bd992b1fd2058e59920b2efd47da (patch) | |
tree | 514c4bd5bf24ab6617cc11157f817cd245f0fd30 /input.c | |
parent | f87be8d0521436c47151233f781794dee94fc1df (diff) | |
download | rtmux-0d3fdae7b623bd992b1fd2058e59920b2efd47da.tar.gz rtmux-0d3fdae7b623bd992b1fd2058e59920b2efd47da.tar.bz2 rtmux-0d3fdae7b623bd992b1fd2058e59920b2efd47da.zip |
Build list of paths and weed out duplicates before loading configs.
Diffstat (limited to 'input.c')
-rw-r--r-- | input.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1326,7 +1326,6 @@ input_csi_dispatch(struct input_ctx *ictx) struct input_table_entry *entry; int i, n, m; u_int cx, bg = ictx->cell.cell.bg; - char *copy, *cp; if (ictx->flags & INPUT_DISCARD) return (0); |