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

This commit is contained in:
Bas Couwenberg 2017-05-02 09:28:01 +02:00 committed by Mike Jerris
parent 0e0636070d
commit b4ab7028f2

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 {