mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
'9' doesn't fall there anymore ...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6001 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
say.c
2
say.c
@@ -100,7 +100,7 @@ int ast_say_character_str_full(struct ast_channel *chan, const char *str, const
|
||||
fnbuf[7] = str[num];
|
||||
fn = fnbuf;
|
||||
break;
|
||||
default: /* '9' falls here... */
|
||||
default:
|
||||
ltr = str[num];
|
||||
if ('A' <= ltr && ltr <= 'Z') ltr += 'a' - 'A'; /* file names are all lower-case */
|
||||
strcpy(fnbuf, "letters/X");
|
||||
|
Reference in New Issue
Block a user