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
liblinphone
Commits
5c8fe022
Commit
5c8fe022
authored
Sep 01, 2017
by
Sylvain Berfini
🐮
Browse files
Fixed compil by commenting out unused variable
parent
be14733e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/chat/is-composing.cpp
src/chat/is-composing.cpp
+3
-3
No files found.
src/chat/is-composing.cpp
View file @
5c8fe022
...
...
@@ -217,10 +217,10 @@ void IsComposing::parse (xmlparsing_context_t *xmlCtx) {
if
(
stateStr
)
{
if
(
strcmp
(
stateStr
,
"active"
)
==
0
)
{
int
refreshDuration
=
getRefreshTimerDuration
();
//
int refreshDuration = getRefreshTimerDuration();
state
=
true
;
if
(
refreshStr
)
refreshDuration
=
atoi
(
refreshStr
);
//
if (refreshStr)
//
refreshDuration = atoi(refreshStr);
startRemoteRefreshTimer
();
}
else
{
stopRemoteRefreshTimer
();
...
...
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