From 7cfee82b8febb7dd9f168062003297a196612f44 Mon Sep 17 00:00:00 2001 From: lado Date: Sun, 13 Nov 2011 01:49:34 +0100 Subject: TODO --- vdr-vdrmanager/sock.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vdr-vdrmanager/sock.cpp b/vdr-vdrmanager/sock.cpp index df07aa6..a5a029d 100644 --- a/vdr-vdrmanager/sock.cpp +++ b/vdr-vdrmanager/sock.cpp @@ -216,9 +216,10 @@ void cVdrmanagerClientSocket::Disconnect() { } bool cVdrmanagerClientSocket::PutLine(string line) { - // add line to write buffer + //TODO http://projects.vdr-developer.org/issues/790 string line2 = cHelpers::compress_string(line); isyslog("PutLine, line size is %s, with zlib it would be %s", line.size(), line2.size()); + // add line to write buffer writebuf += line; // data present? -- cgit v1.2.3