diff --git a/src/ctl/ctl-cli.c b/src/ctl/ctl-cli.c index fc1e415..844d774 100644 --- a/src/ctl/ctl-cli.c +++ b/src/ctl/ctl-cli.c @@ -591,7 +591,7 @@ int get_args(char* line) } tmp++; } - if (" " != *last_delim) + if (' ' != *last_delim) count++; return count; }