]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
htsstr: fix the wrong argument parsing, fixes #5761
authorJaroslav Kysela <perex@perex.cz>
Thu, 31 Oct 2019 11:20:28 +0000 (12:20 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 31 Oct 2019 11:27:08 +0000 (12:27 +0100)
src/htsstr.c

index 41a5bb47e0ddacc2fcaefe9afcd35db240406cfd..0425d9cc5b1976c3a6c2ed331eeb78cd3ea7893f 100644 (file)
@@ -153,7 +153,6 @@ htsstr_argsplit(const char *str) {
               htsstr_argsplit_add(&argv, &argc, start, s);
               start = NULL;
             }
-            s++;
           }
           break;
         case ' ':