From a813e3efe916fda65893c9fa8664d1d4aa33e00c Mon Sep 17 00:00:00 2001 From: phintuka Date: Fri, 9 Jul 2010 21:31:37 +0000 Subject: Added missing CRLF to TRICKSPEED control message for new clients. Closes #3017960 --- frontend_svr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend_svr.c b/frontend_svr.c index bd8eca9d..b92a2571 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.94 2010-06-02 10:27:59 phintuka Exp $ + * $Id: frontend_svr.c,v 1.95 2010-07-09 21:31:37 phintuka Exp $ * */ @@ -1167,7 +1167,7 @@ void cXinelibServer::Handle_Control_CONFIG(int cli) fd_control[cli].printf("NOVIDEO %d\r\nLIVE %d\r\n", m_bNoVideo?1:0, m_bLiveMode?1:0); - fd_control[cli].printf("TRICKSPEED %d%s", + fd_control[cli].printf("TRICKSPEED %d%s\r\n", m_TrickSpeed, m_bTrickSpeedBack ? " Backwards" : ""); SetVolume(m_Volume); -- cgit v1.2.3