From 36103dae14f18791b7abd383076e73ceb12e67b7 Mon Sep 17 00:00:00 2001 From: ronag Date: Thu, 20 Oct 2011 15:48:18 +0000 Subject: [PATCH] 2.0.0: Fixed STATUS sentinel. git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches/2.0.0.2@1369 362d55ac-95cf-4e76-9f9a-cbaa9c17b72d --- protocol/amcp/AMCPCommandsImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/amcp/AMCPCommandsImpl.cpp b/protocol/amcp/AMCPCommandsImpl.cpp index d3c876053..9cee8d6cf 100644 --- a/protocol/amcp/AMCPCommandsImpl.cpp +++ b/protocol/amcp/AMCPCommandsImpl.cpp @@ -770,7 +770,7 @@ bool StatusCommand::DoExecute() << L"BACKGROUND:" << status.background << L"\r\n" << L"STATUS:" << (status.is_paused ? L"PAUSED" : L"PLAYING") << L"\r\n" << L"TOTAL FRAMES:" << (status.total_frames == std::numeric_limits::max() ? 0 : status.total_frames) << L"\r\n" - << L"CURRENT FRAME:" << status.current_frame << L"\r\n"; + << L"CURRENT FRAME:" << status.current_frame << L"\r\n\r\n"; SetReplyString(status_text.str()); return true; -- 2.39.2