client: Trim off spaces from user input
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Thu, 18 Apr 2013 12:28:22 +0000 (15:28 +0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Tue, 23 Apr 2013 09:36:20 +0000 (12:36 +0300)
commit88943c8550d7f79d503c65b6eb68558e742b1a42
tree19601b5330480e366b177b3244f46eff2ddfd488
parenta3204d77fed1b870f95da2466c090aa636d2cc2d
client: Trim off spaces from user input

After splitting the input string into components, create a new array holding
the non-zero substrings as input for the commands. Thus the input can start
and end as well as divide its separate parts by any number spaces.
client/input.c