mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
fix compilation warning update ms2
This commit is contained in:
parent
80def19f58
commit
13bacf87c9
2 changed files with 2 additions and 2 deletions
|
|
@ -391,7 +391,7 @@ MSList *linphone_chat_room_get_history_range(LinphoneChatRoom *cr, int startm, i
|
|||
begin=ortp_get_cur_time_ms();
|
||||
linphone_sql_request_message(lc->db,buf,cr);
|
||||
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);
|
||||
ret=cr->messages_hist;
|
||||
cr->messages_hist=NULL;
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit f0cfb2641de9554db29bc6266579d9d4661e339a
|
||||
Subproject commit 042feb9096af9fbe1a45e8c76b4121d738329e1e
|
||||
Loading…
Add table
Reference in a new issue