FS-10279: Fix double digit pronounciation (mod_say_nl).

This commit is contained in:
Bas Couwenberg 2017-05-02 09:28:01 +02:00
parent e3ef041517
commit 4be66ff5c3
1 changed files with 0 additions and 1 deletions

View File

@ -103,7 +103,6 @@ static switch_status_t play_group(switch_say_method_t method, int a, int b, int
}
if (c) {
say_file("digits/%d.wav", c);
if (method == SSM_COUNTED) {
say_file("digits/h-%d.wav", c);
} else {