From da5d45a5bc4eb1f591d6e1bbb258e2ef3877bf20 Mon Sep 17 00:00:00 2001 From: phintuka Date: Sun, 11 Jun 2006 21:02:54 +0000 Subject: Flush (UDP) fixed --- frontend_svr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frontend_svr.c') 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; } -- cgit v1.2.3