Diff between 47e30d43c56818c272b09abc15436039918078b8 and e8799bfd2d69a5d97696f4b9f87ce0b861d9a035
Changed Files
| File | Additions | Deletions | Status |
| tools/bluetooth-player.c | +1 | -0 | modified |
Full Patch
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);