aboutsummaryrefslogtreecommitdiffhomepage
path: root/AUTHORS
diff options
context:
space:
mode:
authorGravatar Ciprian Dorin, Craciun <ciprian@volution.ro>2009-11-28 17:39:56 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-12-01 22:07:16 +0100
commitdfcbacd6305f31df28611f950e55187a66adff6d (patch)
tree9962cab82a16036a5ecddbc48d1ae1bd08927fc3 /AUTHORS
parent8867798f7a79dfa2a690602f5439a75448c7ccd7 (diff)
Fixed `run_handler (const gchar *act, const gchar *args)` by calling `inject_handler_args` only if `act` contains both a command and some parameters.
The problem is: * when `act` has no spaces, > char **parts = g_strsplit(act, " ", 2); * `parts[1]` is `NULL`, and thus the following is wrong, > gchar* expanded = expand(parts[1], 0); > inparts = inject_handler_args(parts[0], expanded, args); * instead `inparts[1]` should be set equal with `args` and no expansion should occur.
Diffstat (limited to 'AUTHORS')
0 files changed, 0 insertions, 0 deletions