Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liblinphone
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
10
Issues
10
List
Board
Labels
Milestones
Merge Requests
23
Merge Requests
23
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BC
public
liblinphone
Commits
13bacf87
Commit
13bacf87
authored
Nov 27, 2014
by
Simon Morlat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix compilation warning update ms2
parent
80def19f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
message_storage.c
coreapi/message_storage.c
+1
-1
mediastreamer2
mediastreamer2
+1
-1
No files found.
coreapi/message_storage.c
View file @
13bacf87
...
@@ -391,7 +391,7 @@ MSList *linphone_chat_room_get_history_range(LinphoneChatRoom *cr, int startm, i
...
@@ -391,7 +391,7 @@ MSList *linphone_chat_room_get_history_range(LinphoneChatRoom *cr, int startm, i
begin
=
ortp_get_cur_time_ms
();
begin
=
ortp_get_cur_time_ms
();
linphone_sql_request_message
(
lc
->
db
,
buf
,
cr
);
linphone_sql_request_message
(
lc
->
db
,
buf
,
cr
);
end
=
ortp_get_cur_time_ms
();
end
=
ortp_get_cur_time_ms
();
ms_
debug
(
"%s(): completed in %i ms"
,
__FUNCTION__
,
(
int
)(
end
-
begin
));
ms_
message
(
"%s(): completed in %i ms"
,
__FUNCTION__
,
(
int
)(
end
-
begin
));
ms_free
(
buf
);
ms_free
(
buf
);
ret
=
cr
->
messages_hist
;
ret
=
cr
->
messages_hist
;
cr
->
messages_hist
=
NULL
;
cr
->
messages_hist
=
NULL
;
...
...
mediastreamer2
@
042feb90
Subproject commit
f0cfb2641de9554db29bc6266579d9d4661e339a
Subproject commit
042feb9096af9fbe1a45e8c76b4121d738329e1e
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