From: Michael Jerris Date: Wed, 11 Feb 2009 17:13:16 +0000 (+0000) Subject: Wed Jan 21 10:38:08 CST 2009 Pekka Pessi X-Git-Tag: v1.0.3~286 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=419003821f17458eaa7469cee93e9da2b46ec347;p=thirdparty%2Ffreeswitch.git Wed Jan 21 10:38:08 CST 2009 Pekka Pessi * msg_multipart_s: fixed mp_len type The msg_multipart_s should follow msg_pub_s layout. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11845 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/sofia-sip/libsofia-sip-ua/msg/sofia-sip/msg_mime.h b/libs/sofia-sip/libsofia-sip-ua/msg/sofia-sip/msg_mime.h index ee9a142903..b000af757c 100644 --- a/libs/sofia-sip/libsofia-sip-ua/msg/sofia-sip/msg_mime.h +++ b/libs/sofia-sip/libsofia-sip-ua/msg/sofia-sip/msg_mime.h @@ -163,7 +163,7 @@ struct msg_multipart_s msg_multipart_t *mp_next; /**< Next part in multipart body */ /* Preamble for this part */ char *mp_data; /**< Boundary string. */ - usize_t mp_len; /**< Length of boundary (mp_data).*/ + unsigned mp_len; /**< Length of boundary (mp_data).*/ unsigned mp_flags; msg_error_t *mp_error;