]> git.tuebingen.mpg.de Git - paraslash.git/commit
Replace split_args() by create_argv().
authorAndre Noll <maan@systemlinux.org>
Sun, 5 Jul 2009 16:11:32 +0000 (18:11 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 5 Jul 2009 16:11:32 +0000 (18:11 +0200)
commit5440b8c0464829022a0ba5dd5daa931b15712a11
tree701ec79b025ec218e88eca83c1192315c0b14dd1
parentf31f8ceeaff0db558b63a46559e7d7464859d0c4
Replace split_args() by create_argv().

The latter function is superior as it honors quotes and special characters like '\n'.
This allows for example to use whitespace characters in mood methods.
Fixup and simplify all callers accordingly.

The patch broke the grab command of para_audiod which is deactivated ATM and
will be fixed in a subsequent patch.
audiod.h
audiod_command.c
command.c
command_util.sh
exec.c
filter_common.c
mood.c
recv_common.c
string.c
string.h