]> git.sesse.net Git - casparcg/commit
Linefeeds in data returned from DATA RETRIEVE is now sent as a linefeed char (0x0a...
authornirklas <nirklas@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Mon, 25 Mar 2013 14:51:49 +0000 (14:51 +0000)
committerTK3 <tomkaltz@gmail.com>
Tue, 26 Mar 2013 07:32:10 +0000 (03:32 -0400)
commit9e597f601a220a4d0f09d8fb753b60281793d9c5
tree092c8db4054a4aad22c67ac90e562aeb0cef7bfa
parentf9d80be97257916a0e41eb4b921b41f88e051d17
Linefeeds in data returned from DATA RETRIEVE is now sent as a linefeed char (0x0a) instead of beeing encoded as "\n".
This is the way xml is returned from the info-command already, all xml returned from caspar is now serialized in the same way.

git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/trunk@3787 362d55ac-95cf-4e76-9f9a-cbaa9c17b72d
protocol/amcp/AMCPCommandsImpl.cpp