summaryrefslogtreecommitdiff
path: root/frontend_svr.c
diff options
context:
space:
mode:
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;
}