projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d18b2f2
)
Fix spanish date format (bug #3642)
author
Mark Spencer
<markster@digium.com>
Thu, 10 Mar 2005 08:58:01 +0000
(08:58 +0000)
committer
Mark Spencer
<markster@digium.com>
Thu, 10 Mar 2005 08:58:01 +0000
(08:58 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5159
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
say.c
patch
|
blob
|
history
diff --git
a/say.c
b/say.c
index
ceb2535
..
dc8d1fc
100755
(executable)
--- a/
say.c
+++ b/
say.c
@@
-3127,20
+3127,7
@@
int ast_say_date_with_format_es(struct ast_channel *chan, time_t time, const cha
case 'H':
case 'k':
/* 24-Hour */
case 'H':
case 'k':
/* 24-Hour */
- res = ast_say_number(chan, -tm.tm_hour, ints, lang, NULL);
- if (!res) {
- if (tm.tm_hour != 0) {
- int remainder = tm.tm_hour;
- if (tm.tm_hour > 20) {
- res = wait_file(chan,ints, "digits/20",lang);
- remainder -= 20;
- }
- if (!res) {
- snprintf(nextmsg,sizeof(nextmsg), "digits/%d", remainder);
- res = wait_file(chan,ints,nextmsg,lang);
- }
- }
- }
+ res = ast_say_number(chan, tm.tm_hour, ints, lang, NULL);
break;
case 'M':
/* Minute */
break;
case 'M':
/* Minute */