fade: Fix command for switching moods.
authorAndre Noll <maan@systemlinux.org>
Mon, 23 Jul 2012 06:41:23 +0000 (08:41 +0200)
committerAndre Noll <maan@systemlinux.org>
Wed, 25 Jul 2012 16:52:48 +0000 (18:52 +0200)
commit99116592e57d4e910a4b8aae879bbca672e28697
tree26203b21dfb1fbe186d46a6846d6f0222418886c
parent95e115dbc07b1a96bdb0d2d86d6429176e6a76fb
fade: Fix command for switching moods.

It contained a newline, which was not a problem before the sideband
API was introduced. However, with sideband being the default, the
newline character is interpreted as part of the name of the mood or
playlist, causing the mood switch to fail.

The fix is simple: Just remove the trailing newline character.
fade.c