diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-04-22 08:01:54 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-04-22 08:01:54 +0100 |
commit | d8398af77033519b21258893927deeaa1208c17e (patch) | |
tree | 4807bb2c0ba5703866a4a3e1fa1bbf02f977e782 /options.c | |
parent | 21240c1a8f89a4615b5bd8fa129618fb45c1c3cb (diff) | |
parent | 30348edc7c0e3fd7afa545efbe48cdad69102e65 (diff) | |
download | rtmux-d8398af77033519b21258893927deeaa1208c17e.tar.gz rtmux-d8398af77033519b21258893927deeaa1208c17e.tar.bz2 rtmux-d8398af77033519b21258893927deeaa1208c17e.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -433,7 +433,7 @@ options_match(const char *s, int *idx, int* ambiguous) if (*name == '@') { *ambiguous = 0; - return (xstrdup(name)); + return (name); } found = NULL; |