FSCORE-317

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12390 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-03-03 18:03:25 +00:00
parent 24c198c098
commit c8b0576cbb
1 changed files with 1 additions and 1 deletions

View File

@ -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)) {
switch_clear_flag(sh, SWITCH_SPEECH_FLAG_DONE);
*datalen = 0;
return SWITCH_STATUS_FALSE;
return SWITCH_STATUS_BREAK;
}
more: