Wed Jan 21 10:38:08 CST 2009 Pekka Pessi <first.last@nokia.com>

* 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
This commit is contained in:
Michael Jerris 2009-02-11 17:13:16 +00:00
parent b7bc5240f0
commit 419003821f
1 changed files with 1 additions and 1 deletions

View File

@ -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;