From 411b841bb04289e21e053e02970830fb8b9e0f3c Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Tue, 11 Jun 2013 12:32:50 +0200 Subject: [PATCH] Use size_t instead of unsigned int for offset parameter of marshal function. --- coreapi/bellesip_sal/sal_op_call.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/bellesip_sal/sal_op_call.c b/coreapi/bellesip_sal/sal_op_call.c index 43ae70aaa..05157cb04 100644 --- a/coreapi/bellesip_sal/sal_op_call.c +++ b/coreapi/bellesip_sal/sal_op_call.c @@ -82,7 +82,7 @@ static int set_sdp(belle_sip_message_t *msg,belle_sdp_session_description_t* ses belle_sip_header_content_type_t* content_type ; belle_sip_header_content_length_t* content_length; belle_sip_error_code error = BELLE_SIP_OK; - unsigned int length = 0; + size_t length = 0; char buff[2048]; if (session_desc) {