mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
FS-9638 fix typo
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user