FSCORE-317
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12390 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
24c198c098
commit
c8b0576cbb
|
@ -154,7 +154,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_speech_read_tts(switch_speech_handle
|
||||||
if (switch_test_flag(sh, SWITCH_SPEECH_FLAG_DONE)) {
|
if (switch_test_flag(sh, SWITCH_SPEECH_FLAG_DONE)) {
|
||||||
switch_clear_flag(sh, SWITCH_SPEECH_FLAG_DONE);
|
switch_clear_flag(sh, SWITCH_SPEECH_FLAG_DONE);
|
||||||
*datalen = 0;
|
*datalen = 0;
|
||||||
return SWITCH_STATUS_FALSE;
|
return SWITCH_STATUS_BREAK;
|
||||||
}
|
}
|
||||||
|
|
||||||
more:
|
more:
|
||||||
|
|
Loading…
Reference in New Issue