patch-header_f_c 383 B

1234567891011
  1. --- sipsak-0.9.6.orig/header_f.c 2006-01-28 22:11:50.000000000 +0100
  2. +++ sipsak-0.9.6/header_f.c 2016-09-23 18:49:25.092385094 +0200
  3. @@ -604,7 +604,7 @@ void print_message_line(char *message)
  4. }
  5. /* return pointer to the beginning of the message body */
  6. -inline char* get_body(char *mes) {
  7. +char* get_body(char *mes) {
  8. char *cr;
  9. if ((cr = strstr(mes, "\r\n\r\n")) != NULL) {