]> git.sesse.net Git - casparcg/commitdiff
#269
authorHelge Norberg <helge.norberg@gmail.com>
Thu, 31 Jul 2014 15:29:40 +0000 (17:29 +0200)
committerHelge Norberg <helge.norberg@gmail.com>
Thu, 31 Jul 2014 15:29:40 +0000 (17:29 +0200)
Fixed incorrect duplicate CRLF between result lines in CINF

protocol/amcp/AMCPCommandsImpl.cpp

index 4d17fc232927b95926e3ca9be83817ed14cb5142..bb56a327760143c3ae8e2ebc1c62441eaa1f0bbd 100644 (file)
@@ -1960,7 +1960,7 @@ bool CinfCommand::DoExecute()
                        auto path = itr->path();\r
                        auto file = path.replace_extension(L"").filename();\r
                        if(boost::iequals(file, _parameters.at(0)))\r
-                               info += MediaInfo(itr->path(), GetMediaInfoRepo()) + L"\r\n";\r
+                               info += MediaInfo(itr->path(), GetMediaInfoRepo());\r
                }\r
 \r
                if(info.empty())\r