Actions
Bug #758
closedsegfault with current git snapshot
Start date:
10/22/2011
Due date:
% Done:
0%
Estimated time:
Description
Files
Updated by hoplo over 14 years ago
--- 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
Updated by schmirl over 14 years ago
- Status changed from New to Closed
Missed that dependency - sorry. Previous change reverted.
Actions