source: npl/phone/sipp/sipp_port_fix.patch

Last change on this file was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 428 bytes
RevLine 
[c5c522c]1diff -urb sipp.svn_orig/call.cpp sipp.svn_fixed/call.cpp
2--- sipp.svn_orig/call.cpp      2008-12-19 13:14:51.000000000 +0300
3+++ sipp.svn_fixed/call.cpp     2008-12-19 13:16:34.000000000 +0300
4@@ -192,7 +192,7 @@
5       /* m=audio not found */
6       return 0;
7     }
8-    begin += strlen(pattern) - 1;
9+    begin += strlen(pattern);
10     end = strstr(begin, "\r\n");
11     if (!end)
12       ERROR("get_remote_port_media: no CRLF found");
Note: See TracBrowser for help on using the repository browser.