diff options
author | nicm <nicm> | 2017-01-18 08:43:21 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-01-18 08:43:21 +0000 |
commit | 649c0d8e91e799981f4e41d4268a3470512c8412 (patch) | |
tree | 68b078607c9d07bfb60d6a3b1c3c00c7e190a27d | |
parent | 373541104b745f58a5d6eaba81444cf1ccb0e595 (diff) | |
download | rtmux-649c0d8e91e799981f4e41d4268a3470512c8412.tar.gz rtmux-649c0d8e91e799981f4e41d4268a3470512c8412.tar.bz2 rtmux-649c0d8e91e799981f4e41d4268a3470512c8412.zip |
Do not reset idx, it has just been set.
-rw-r--r-- | options.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -403,7 +403,6 @@ options_match(const char *s, int *idx, int* ambiguous) name = options_parse(s, idx); namelen = strlen(name); - *idx = -1; if (*name == '@') { *ambiguous = 0; return (xstrdup(name)); |