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
  • call.cpp

    diff -urb sipp.svn_orig/call.cpp sipp.svn_fixed/call.cpp
    old new  
    192192      /* m=audio not found */
    193193      return 0;
    194194    }
    195     begin += strlen(pattern) - 1;
     195    begin += strlen(pattern);
    196196    end = strstr(begin, "\r\n");
    197197    if (!end)
    198198      ERROR("get_remote_port_media: no CRLF found");
Note: See TracBrowser for help on using the repository browser.