]> git.sesse.net Git - casparcg/commitdiff
git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches...
authorronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Sat, 26 Nov 2011 11:11:09 +0000 (11:11 +0000)
committerronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Sat, 26 Nov 2011 11:11:09 +0000 (11:11 +0000)
modules/flash/producer/cg_producer.cpp

index 4a42e94f91c41a9b951b0f4c2084119a1baa9f43..5dc08c1a067659369e7dc86520a07228f491a36d 100644 (file)
@@ -111,7 +111,7 @@ public:
 \r
        std::wstring call(const std::wstring& str)\r
        {               \r
-               static const boost::wregex add_exp                      (L"ADD (?<LAYER>\\d+) (?<FILENAME>[^\\s]+) (?<PLAY_ON_LOAD>\\d)\\s?(?<DATA>.*)?");\r
+               static const boost::wregex add_exp                      (L"ADD (?<LAYER>\\d+) (?<FILENAME>[^\\s]+) (?<PLAY_ON_LOAD>\\d)( (?<DATA>.*))?");\r
                static const boost::wregex remove_exp           (L"REMOVE (?<LAYER>\\d+)");\r
                static const boost::wregex play_exp                     (L"PLAY (?<LAYER>\\d+)");\r
                static const boost::wregex stop_exp                     (L"STOP (?<LAYER>\\d+)");\r