From 419003821f17458eaa7469cee93e9da2b46ec347 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Wed, 11 Feb 2009 17:13:16 +0000 Subject: [PATCH] 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 --- libs/sofia-sip/libsofia-sip-ua/msg/sofia-sip/msg_mime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;