From: ronag Date: Fri, 19 Aug 2011 08:52:59 +0000 (+0000) Subject: git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches... X-Git-Tag: 2.0.1~115 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=430e92ef3300f6d782727e6fb731a199eb404e4e;p=casparcg git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches/2.0.0.2@1225 362d55ac-95cf-4e76-9f9a-cbaa9c17b72d --- diff --git a/modules/flash/producer/flash_producer.cpp b/modules/flash/producer/flash_producer.cpp index e388ccc0d..cfc4ca739 100644 --- a/modules/flash/producer/flash_producer.cpp +++ b/modules/flash/producer/flash_producer.cpp @@ -335,8 +335,7 @@ public: virtual std::wstring print() const { - return L"flash[" + boost::filesystem::wpath(filename_).filename() + L", " + - boost::lexical_cast(fps_) + L"]"; + return L"flash[" + boost::filesystem::wpath(filename_).filename() + L"|" + boost::lexical_cast(fps_) + L"]"; } // flash_producer