Formatting commands passed to bluetooth player. Whitespace character trimmed. --- tools/bluetooth-player.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/bluetooth-player.c b/tools/bluetooth-player.c index 622d391..2afdd17 100644 --- a/tools/bluetooth-player.c +++ b/tools/bluetooth-player.c @@ -1080,6 +1080,7 @@ static void rl_handler(char *input) if (!strlen(input)) goto done; + g_strstrip(input); add_history(input); argv = g_strsplit(input, " ", -1); -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html