]> git.sesse.net Git - casparcg/commitdiff
Fixed problem with CG INVOKE
authorHelge Norberg <helge.norberg@gmail.com>
Mon, 4 Aug 2014 12:40:15 +0000 (14:40 +0200)
committerHelge Norberg <helge.norberg@gmail.com>
Mon, 4 Aug 2014 12:40:15 +0000 (14:40 +0200)
protocol/amcp/AMCPCommandsImpl.cpp

index 44697d86aae2bc93e6aaa66018e0070cf08bcc80..866d462fe3db58e0db6e0c8a30796437612ce4b3 100644 (file)
@@ -1616,7 +1616,7 @@ bool CGCommand::DoExecuteInvoke()
 \r
                try\r
                {\r
-                       auto result = GetChannel()->stage()->call(GetLayerIndex(9999), true, (boost::wformat(L"INVOKE %1% \"%2%\"") % layer % _parameters.at_original(2)).str()).get();\r
+                       auto result = GetChannel()->stage()->call(GetLayerIndex(9999), true, (boost::wformat(L"INVOKE %1% %2%") % layer % _parameters.at_original(2)).str()).get();\r
                        replyString << result << TEXT("\r\n"); \r
                }\r
                catch (const caspar::not_supported&)\r