[Freeswitch-svn] [commit] r11845 - freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/msg/sofia-sip

FreeSWITCH SVN mikej at freeswitch.org
Wed Feb 11 09:13:16 PST 2009


Author: mikej
Date: Wed Feb 11 11:13:16 2009
New Revision: 11845

Log:
Wed Jan 21 10:38:08 CST 2009  Pekka Pessi <first.last at nokia.com>
  * msg_multipart_s: fixed mp_len type
  
  The msg_multipart_s should follow msg_pub_s layout.



Modified:
   freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/msg/sofia-sip/msg_mime.h

Modified: freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/msg/sofia-sip/msg_mime.h
==============================================================================
--- freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/msg/sofia-sip/msg_mime.h	(original)
+++ freeswitch/trunk/libs/sofia-sip/libsofia-sip-ua/msg/sofia-sip/msg_mime.h	Wed Feb 11 11:13:16 2009
@@ -163,7 +163,7 @@
   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;
 



More information about the Freeswitch-svn mailing list