Fix build on Windows.

This commit is contained in:
Ghislain MARY 2015-11-03 17:55:30 +01:00
parent b0647d6638
commit 8b6433fad5

View file

@ -1557,7 +1557,7 @@ static void real_time_text_message_accented_chars() {
BC_ASSERT_EQUAL(linphone_chat_room_get_char(marie_chat_room), message[i], unsigned long, "%lu");
}
_linphone_chat_room_send_message(pauline_chat_room, rtt_message);
linphone_chat_room_send_chat_message(pauline_chat_room, rtt_message);
BC_ASSERT_TRUE(wait_for(pauline->lc, marie->lc, &marie->stat.number_of_LinphoneMessageReceived, 1));
BC_ASSERT_EQUAL(strcmp(marie->stat.last_received_chat_message->message, "ãæçéîøùÿ"), 0, int, "%i");
}