Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
234f9c52
Commit
234f9c52
authored
15 years ago
by
Alexandre Savard
Browse files
Options
Downloads
Patches
Plain Diff
[$2402] Fix simple warnings
parent
84724c1a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
sflphone-common/libs/iax2/iax2-parser.c
+1
-1
1 addition, 1 deletion
sflphone-common/libs/iax2/iax2-parser.c
sflphone-common/src/sip/sdp.cpp
+1
-1
1 addition, 1 deletion
sflphone-common/src/sip/sdp.cpp
with
2 additions
and
2 deletions
sflphone-common/libs/iax2/iax2-parser.c
+
1
−
1
View file @
234f9c52
...
...
@@ -56,7 +56,7 @@ static unsigned short get_uint16(unsigned char *p)
static
void
internaloutput
(
const
char
*
str
)
{
printf
(
str
);
printf
(
"%s"
,
str
);
}
static
void
internalerror
(
const
char
*
str
)
...
...
This diff is collapsed.
Click to expand it.
sflphone-common/src/sip/sdp.cpp
+
1
−
1
View file @
234f9c52
...
...
@@ -375,7 +375,7 @@ void Sdp::sdp_add_zrtp_attribute (pjmedia_sdp_media* media, std::string hash)
"%.*s %.*s"
,
4
,
ZRTP_VERSION
,
hash
.
size
(),
(
int
)
hash
.
size
(),
hash
.
c_str
());
attribute
->
value
.
slen
=
len
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment