Update mod_say_sv.c

Fix seting c = 0 in wrong context
This commit is contained in:
Michael Marshall 2022-03-06 20:18:07 +01:00 committed by GitHub
parent 4b580a07c4
commit ded65395bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 */