Index: main/say.c =================================================================== --- main/say.c (revision 79377) +++ main/say.c (working copy) @@ -5609,15 +5609,11 @@ case 'B': case 'b': case 'h': + case 'm': /* January - December */ snprintf(nextmsg,sizeof(nextmsg), "digits/mon-%d", tm.tm_mon); res = wait_file(chan,ints,nextmsg,lang); break; - case 'm': - /* First - Twelfth */ - snprintf(nextmsg,sizeof(nextmsg), "digits/h-%d", tm.tm_mon +1); - res = wait_file(chan,ints,nextmsg,lang); - break; case 'd': case 'e': /* First - Thirtyfirst */ @@ -5632,7 +5628,7 @@ res = wait_file(chan,ints,nextmsg,lang); } } - if(!res) res = wait_file(chan,ints,"ri",lang); + if(!res) res = wait_file(chan,ints,"digits/day",lang); break; case 'Y': /* Year */