From: Andre Date: Mon, 8 May 2006 22:23:17 +0000 (+0200) Subject: server: call afs_send_chunk() even if no timeout occured. X-Git-Tag: v0.2.12~6 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=e65e06f5ddcf8599459e98b8fe4c8880568016de server: call afs_send_chunk() even if no timeout occured. afs_send_chunk() checks the current time anyway. --- diff --git a/server.c b/server.c index 6f70d977..caa32d8e 100644 --- a/server.c +++ b/server.c @@ -477,10 +477,8 @@ repeat: &afl[mmd->audio_format] : NULL, &rfds, &wfds); } - if (!ret) { - afs_send_chunk(); - status_refresh(); - } + afs_send_chunk(); + status_refresh(); if (FD_ISSET(signal_pipe, &rfds)) { int sig; sig = para_next_signal();