From 81ee686d2b793c528630221f9ce18d96896285f6 Mon Sep 17 00:00:00 2001 From: Helge Norberg Date: Fri, 24 Jan 2014 11:30:34 +0100 Subject: [PATCH] Fixed broken CG UPDATE --- 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 a1f9c2223..0c3126c9a 100644 --- a/protocol/amcp/AMCPCommandsImpl.cpp +++ b/protocol/amcp/AMCPCommandsImpl.cpp @@ -1570,7 +1570,7 @@ bool CGCommand::DoExecuteUpdate() try { - GetChannel()->stage()->call(GetLayerIndex(9999), true, (boost::wformat(L"UPDATE %1% \"%2%\"") % layer % dataString).str()).wait(); + GetChannel()->stage()->call(GetLayerIndex(9999), true, (boost::wformat(L"UPDATE %1% %2%") % layer % dataString).str()).wait(); } catch (const caspar::not_supported&) { -- 2.39.2