]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Wed Jan 21 10:38:08 CST 2009 Pekka Pessi <first.last@nokia.com>
authorMichael Jerris <mike@jerris.com>
Wed, 11 Feb 2009 17:13:16 +0000 (17:13 +0000)
committerMichael Jerris <mike@jerris.com>
Wed, 11 Feb 2009 17:13:16 +0000 (17:13 +0000)
  * 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

index ee9a1429039bad9c3584dcb3376d0680f25d2022..b000af757c2c9d6edba613dc56eff47d49e89535 100644 (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;