--- vdr-plugin-streamdev-0.5.1+git20111022.orig/server/connectionVTP.c +++ vdr-plugin-streamdev-0.5.1+git20111022/server/connectionVTP.c @@ -1807,7 +1807,7 @@ bool cConnectionVTP::Respond(int Code, c m_LastCommand = NULL; } - return cServerConnection::Respond("%03d%c%s", Code >= 0, + return cServerConnection::Respond("%03d%c%s", Code < 0 ? -Code : Code, Code < 0 ? '-' : ' ', *str); }