]> git.sesse.net Git - casparcg/commitdiff
* amend to fix #157: Made the same change to LOAD
authorniklaspandersson <niklas.p.andersson@svt.se>
Thu, 15 Aug 2013 05:56:15 +0000 (07:56 +0200)
committerniklaspandersson <niklas.p.andersson@svt.se>
Thu, 15 Aug 2013 05:56:15 +0000 (07:56 +0200)
protocol/amcp/AMCPCommandsImpl.cpp

index a885bd1df601c332634f3501217c0796868de0be..058818b83787e81a7f703e50b8c6d89e67e19e4f 100644 (file)
@@ -981,7 +981,7 @@ bool LoadCommand::DoExecute()
        {\r
                auto uri_tokens = parameters::protocol_split(_parameters.at_original(0));\r
                auto pFP = frame_producer::empty();\r
-               if (uri_tokens[0].empty() || uri_tokens[0] == L"route")\r
+               if (uri_tokens[0] == L"route")\r
                {\r
                        pFP = RouteCommand::TryCreateProducer(*this, _parameters.at_original(0));\r
                }\r