mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-30 21:02:46 +00:00
Update mod_say_sv.c
Fix seting c = 0 in wrong context
This commit is contained in:
parent
4b580a07c4
commit
ded65395bd
@ -141,9 +141,9 @@ 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 */
|
||||
if (c == 1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user