diff options
Diffstat (limited to 'package/sipsak/patches/patch-header_f_c')
-rw-r--r-- | package/sipsak/patches/patch-header_f_c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/sipsak/patches/patch-header_f_c b/package/sipsak/patches/patch-header_f_c new file mode 100644 index 000000000..ed142ade5 --- /dev/null +++ b/package/sipsak/patches/patch-header_f_c @@ -0,0 +1,11 @@ +--- sipsak-0.9.6.orig/header_f.c 2006-01-28 22:11:50.000000000 +0100 ++++ sipsak-0.9.6/header_f.c 2016-09-23 18:49:25.092385094 +0200 +@@ -604,7 +604,7 @@ void print_message_line(char *message) + } + + /* return pointer to the beginning of the message body */ +-inline char* get_body(char *mes) { ++char* get_body(char *mes) { + char *cr; + + if ((cr = strstr(mes, "\r\n\r\n")) != NULL) { |