Actions
Bug #758
closedsegfault with current git snapshot
Start date:
10/22/2011
Due date:
% Done:
0%
Estimated time:
Description
Files
Actions
Added by Anonymous about 13 years ago. Updated about 13 years ago.
0%
Description
Files
--- 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); }
and it works again without segfault
Missed that dependency - sorry. Previous change reverted.