]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - audiod.c
Minor random fixes.
[paraslash.git] / audiod.c
index 99d8ab1afa865c73d97e1f705c2f85285a557e21..d78841336893c170f9da7472c717b1e70c9c45bc 100644 (file)
--- a/audiod.c
+++ b/audiod.c
@@ -1566,7 +1566,7 @@ static void status_post_select(struct sched *s, struct task *t)
        if (ret <= 0) {
                close_stat_pipe();
                /* avoid busy loop if server is down */
-               while (sleep(1) > 0)
+               while (sleep(1) > 0) /* FIXME */
                        ; /* try again*/
        } else {
                st->buf[ret + st->loaded] = '\0';