Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
belle-sip
Commits
bf18b75f
Commit
bf18b75f
authored
Jun 11, 2013
by
Simon Morlat
Browse files
fix compile errors (marshall functions should use size_t)
parent
0d860ad4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/belle_sip_headers_impl.c
src/belle_sip_headers_impl.c
+1
-1
No files found.
src/belle_sip_headers_impl.c
View file @
bf18b75f
...
...
@@ -1532,7 +1532,7 @@ static void belle_sip_header_privacy_clone(belle_sip_header_privacy_t* p, const
}
}
belle_sip_error_code
belle_sip_header_privacy_marshal
(
belle_sip_header_privacy_t
*
p
,
char
*
buff
,
size_t
buff_size
,
unsigned
in
t
*
offset
)
{
belle_sip_error_code
belle_sip_header_privacy_marshal
(
belle_sip_header_privacy_t
*
p
,
char
*
buff
,
size_t
buff_size
,
size_
t
*
offset
)
{
belle_sip_error_code
error
=
BELLE_SIP_OK
;
belle_sip_list_t
*
list
=
p
->
privacy
;
error
=
belle_sip_header_marshal
(
BELLE_SIP_HEADER
(
p
),
buff
,
buff_size
,
offset
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment