Project

General

Profile

Actions

Bug #758

closed

segfault with current git snapshot

Added by Anonymous over 12 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
-
Start date:
10/22/2011
Due date:
% Done:

0%

Estimated time:


Files

patch (407 Bytes) patch hoplo, 10/22/2011 03:23 PM
Actions #1

Updated by hoplo over 12 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

Actions #2

Updated by schmirl over 12 years ago

  • Status changed from New to Closed

Missed that dependency - sorry. Previous change reverted.

Actions

Also available in: Atom PDF