From ded65395bd6c29953b6fa3ca2769c7be19ff1dfe Mon Sep 17 00:00:00 2001 From: Michael Marshall <99687711+mikewillmars@users.noreply.github.com> Date: Sun, 6 Mar 2022 20:18:07 +0100 Subject: [PATCH] Update mod_say_sv.c Fix seting c = 0 in wrong context --- src/mod/say/mod_say_sv/mod_say_sv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/say/mod_say_sv/mod_say_sv.c b/src/mod/say/mod_say_sv/mod_say_sv.c index d495ac91f3..f31f61998f 100644 --- a/src/mod/say/mod_say_sv/mod_say_sv.c +++ b/src/mod/say/mod_say_sv/mod_say_sv.c @@ -141,8 +141,8 @@ static switch_status_t play_group(switch_say_method_t method, switch_say_gender_ } else { switch_say_file(sh, "digits/%d%d", b, c); } - } c = 0; + } } if (c) { /* 0 < 9 */