mirror of
https://github.com/asterisk/asterisk.git
synced 2026-01-06 01:51:14 +00:00
automerge commit
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@72983 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
5
say.c
5
say.c
@@ -4081,11 +4081,6 @@ int ast_say_date_with_format_fr(struct ast_channel *chan, time_t time, const cha
|
|||||||
case 'k':
|
case 'k':
|
||||||
/* 24-Hour */
|
/* 24-Hour */
|
||||||
res = ast_say_number(chan, tm.tm_hour, ints, lang, (char * ) NULL);
|
res = ast_say_number(chan, tm.tm_hour, ints, lang, (char * ) NULL);
|
||||||
if (!res) {
|
|
||||||
if (format[offset] == 'H') {
|
|
||||||
res = wait_file(chan,ints, "digits/oclock",lang);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (!res)
|
if (!res)
|
||||||
res = wait_file(chan,ints, "digits/oclock",lang);
|
res = wait_file(chan,ints, "digits/oclock",lang);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user