Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
sofia-sip
Commits
d3b0f746
Commit
d3b0f746
authored
Feb 01, 2006
by
Pekka Pessi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Using unsigned in bit fields.
darcs-hash:20060201134104-65a35-6fbb99084f196d48752f68d5ce852233c0f02da5.gz
parent
70042c11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
libsofia-sip-ua/sdp/sdp_print.c
libsofia-sip-ua/sdp/sdp_print.c
+2
-2
No files found.
libsofia-sip-ua/sdp/sdp_print.c
View file @
d3b0f746
...
...
@@ -61,8 +61,8 @@ struct sdp_printer_s {
int
pr_bsiz
;
int
pr_used
;
/* various flags */
int
pr_ok
:
1
;
int
pr_strict
:
1
;
unsigned
pr_ok
:
1
;
unsigned
pr_strict
:
1
;
unsigned
pr_owns_buffer
:
1
;
unsigned
pr_may_realloc
:
1
;
unsigned
pr_all_rtpmaps
:
1
;
...
...
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