diff options
author | Max Kellermann <max@duempel.org> | 2008-08-26 08:27:17 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-08-26 08:27:17 +0200 |
commit | b94af79134678f6998988fea902054c5ce5e34ca (patch) | |
tree | 75f916b4120f88e42928fca31c22692a4df4e65e | |
parent | 4613115becdf99846c0a2367ee7ae76e6ee91d8b (diff) | |
download | mpd-b94af79134678f6998988fea902054c5ce5e34ca.tar.gz mpd-b94af79134678f6998988fea902054c5ce5e34ca.tar.xz mpd-b94af79134678f6998988fea902054c5ce5e34ca.zip |
fix a comment regarding the player queue
-rw-r--r-- | src/player_thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player_thread.c b/src/player_thread.c index 2abb367db..e2486f2d3 100644 --- a/src/player_thread.c +++ b/src/player_thread.c @@ -379,7 +379,7 @@ static void decodeParent(void) do_xfade = XFADE_UNKNOWN; - /* wait for the decoder to work on the new song */ + /* wait for a signal from the playlist */ if (pc.queueState == PLAYER_QUEUE_DECODE || pc.queueLockState == PLAYER_QUEUE_LOCKED) { notify_wait(&pc.notify); |