chiark / gitweb /
update comment
authorRichard Kettlewell <rjk@greenend.org.uk>
Mon, 15 Oct 2007 22:46:48 +0000 (23:46 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Mon, 15 Oct 2007 22:46:48 +0000 (23:46 +0100)
server/server.c

index 2875ffbf4e1625c948d504f35819a6d66ab412bb..80afbe51b738f146ec2ce6c049d36046e90486b7 100644 (file)
@@ -778,8 +778,8 @@ static int c_log(struct conn *c,
 static void post_move_cleanup(void) {
   struct queue_entry *q;
 
 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;
   for(q = qhead.next; q != &qhead; q = q->next)
     if(q->state == playing_random && q->next != &qhead)
       q->state = playing_unplayed;