From: Richard Kettlewell Date: Mon, 15 Oct 2007 22:46:48 +0000 (+0100) Subject: update comment X-Git-Tag: debian-1_5_99dev8~115 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/138baa2d72f8423c6fa3161feddb7ffd755ac01d update comment --- diff --git a/server/server.c b/server/server.c index 2875ffb..80afbe5 100644 --- a/server/server.c +++ b/server/server.c @@ -778,8 +778,8 @@ static int c_log(struct conn *c, static void post_move_cleanup(void) { struct queue_entry *q; - /* If we have caused the random track to not be at the end then we make it no - * longer be random. */ + /* If we have caused any random tracks to not be at the end then we make them + * no longer be random. */ for(q = qhead.next; q != &qhead; q = q->next) if(q->state == playing_random && q->next != &qhead) q->state = playing_unplayed;