aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/say.c b/say.c
index b2fbe68c7..80aad6e03 100755
--- a/say.c
+++ b/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");