Removed to much g_strstrip() from commands.
authorDaniel Carl <danielcarl@gmx.de>
Sat, 30 Mar 2013 14:46:25 +0000 (15:46 +0100)
committerDaniel Carl <danielcarl@gmx.de>
Sat, 30 Mar 2013 14:46:25 +0000 (15:46 +0100)
commitbd227b6f90ab2be4921d82f73d053a71ccb43320
tree3410fdb5b03ce85684b33b47f003f27ce5bc6197
parentf4ac73866de30171ede250a386e348d451c19c03
Removed to much g_strstrip() from commands.

Normally we, don't need to trim trailing whitespace to run the commands
properly. So it's enough to remove leading whitespace. If also trailing
whitespace is removed, commands like 'input :open ' won't work anymore,
because they contain essential tailing whitespace.
src/command.c