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
218db02a
Commit
218db02a
authored
Jan 06, 2016
by
Gautier Pelloux-Prayer
Browse files
submodules: update ms2 to fix music pause on iOS
parent
49ad4b81
Changes
2
Hide whitespace changes
Inline
Side-by-side
coreapi/message_storage.c
View file @
218db02a
...
...
@@ -469,10 +469,13 @@ MSList *linphone_chat_room_get_history_range(LinphoneChatRoom *cr, int startm, i
buf
=
buf2
;
}
begin
=
ortp_get_cur_time_ms
();
linphone_sql_request_message
(
lc
->
db
,
buf
,
cr
);
end
=
ortp_get_cur_time_ms
();
ms_message
(
"%s(): completed in %i ms"
,
__FUNCTION__
,
(
int
)(
end
-
begin
));
if
(
endm
+
1
-
startm
>
1
)
{
//display message only if at least 2 messages are loaded
begin
=
ortp_get_cur_time_ms
();
linphone_sql_request_message
(
lc
->
db
,
buf
,
cr
);
end
=
ortp_get_cur_time_ms
();
ms_message
(
"%s(): completed in %i ms"
,
__FUNCTION__
,
(
int
)(
end
-
begin
));
}
ms_free
(
buf
);
ret
=
cr
->
messages_hist
;
cr
->
messages_hist
=
NULL
;
...
...
mediastreamer2
@
8472cad7
Subproject commit
3cc2db89e51a6a44e19c12ecb85c34360497e158
Subproject commit
8472cad77bcc4b0ef3b0a02d2aa962d54f873d1a
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