提交 9b85bf94 authored 作者: Michael Jerris's avatar Michael Jerris

mod_say_it: fix hundred pronunciation (MODAPP-367)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15500 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 c5f7c402
......@@ -95,9 +95,9 @@ static switch_status_t play_group(switch_say_method_t method, int a, int b, int
{
if (a) {
if (a != 1) {
say_file("digits/%d.wav", a);
}
if (a != 1) {
say_file("digits/%d.wav", a);
}
say_file("digits/hundred.wav");
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论