提交 3dfa586a authored 作者: Travis Cross's avatar Travis Cross

Remove extraneous parentheses in mod_say_pl

上级 af848882
......@@ -81,7 +81,7 @@ static switch_status_t play_group(switch_say_method_t method, switch_say_gender_
if (b) {
if (b > 1) {
if ((method == SSM_COUNTED)) {
if (method == SSM_COUNTED) {
if (gender == SSG_MASCULINE)
switch_say_file(sh, "digits/%d0_pm", b);
else if (gender == SSG_FEMININE)
......@@ -92,7 +92,7 @@ static switch_status_t play_group(switch_say_method_t method, switch_say_gender_
switch_say_file(sh, "digits/%d0", b);
}
} else {
if ((method == SSM_COUNTED)) {
if (method == SSM_COUNTED) {
if (gender == SSG_MASCULINE)
switch_say_file(sh, "digits/%d%d_pm", b, c);
else if (gender == SSG_FEMININE)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论