Ticket #39719: patch-coreapi-callbacks.c.diff
File patch-coreapi-callbacks.c.diff, 463 bytes (added by gallafent, 10 years ago) |
---|
-
coreapi/callbacks.c
old new 1051 1051 calls = linphone_core_get_calls(chat_msg->chat_room->lc); 1052 1052 1053 1053 chat_msg->state=chatStatusSal2Linphone(status); 1054 chat_msg->reason=reason;1055 1054 linphone_chat_message_store_state(chat_msg); 1056 1055 if (chat_msg && chat_msg->cb) { 1057 1056 ms_message("Notifying text delivery with status %i",chat_msg->state);