FS-9638 fix typo

This commit is contained in:
Brian West 2016-11-10 19:58:50 -06:00
parent d282e7c444
commit 04f5d30a9a
1 changed files with 1 additions and 1 deletions

View File

@ -14022,7 +14022,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_read_text_frame(switch_core_
if (switch_event_create(&event, SWITCH_EVENT_MESSAGE) == SWITCH_STATUS_SUCCESS) {
switch_channel_event_set_extended_data(session->channel, event);
switch_event_add_body(event, (char *)data);
switch_event_add_body(event, "%s", (char *)data);
switch_core_session_queue_event(session, &event);
}
if (session->text_line_buffer) {