summaryrefslogtreecommitdiff
path: root/frontend_svr.c
diff options
context:
space:
mode:
authorphintuka <phintuka>2006-06-11 21:02:54 +0000
committerphintuka <phintuka>2006-06-11 21:02:54 +0000
commitda5d45a5bc4eb1f591d6e1bbb258e2ef3877bf20 (patch)
treed2da95ff82b27cdc05bba7ad57f287826bd8a406 /frontend_svr.c
parentcf30b0929c1e1c5b40e759d759a6eb40e74d50b5 (diff)
downloadxineliboutput-da5d45a5bc4eb1f591d6e1bbb258e2ef3877bf20.tar.gz
xineliboutput-da5d45a5bc4eb1f591d6e1bbb258e2ef3877bf20.tar.bz2
Flush (UDP) fixed
Diffstat (limited to 'frontend_svr.c')
-rw-r--r--frontend_svr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend_svr.c b/frontend_svr.c
index 51bbcb27..9b9a6929 100644
--- a/frontend_svr.c
+++ b/frontend_svr.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: frontend_svr.c,v 1.5 2006-06-11 19:08:05 phintuka Exp $
+ * $Id: frontend_svr.c,v 1.6 2006-06-11 21:02:54 phintuka Exp $
*
*/
@@ -414,6 +414,7 @@ bool cXinelibServer::Flush(int TimeoutMs)
sprintf(tmp, "FLUSH %d %" PRIu64, TimeoutMs, m_StreamPos);
result = (PlayFileCtrl(tmp)) <= 0 && result;
}
+
return result;
}