]> git.tuebingen.mpg.de Git - dss.git/commit
Simplify split_args().
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 6 Feb 2019 16:37:25 +0000 (17:37 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Fri, 30 Aug 2019 13:12:37 +0000 (15:12 +0200)
commit4eb21b24aa86de5171d45e008e7a287690a83b31
tree01a8765a735f1a6d5123f27b4422b55b4f90103e
parentc14a503ccdb73f7a15e4c55103029f1c25709f10
Simplify split_args().

Both callers pass the same value for the delimiters, so we can
remove the last argument of the function.
dss.c
exec.c
str.c
str.h