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:
c82e412
)
Small fix
author
Mark Spencer
<markster@digium.com>
Sat, 9 Aug 2003 23:45:36 +0000
(23:45 +0000)
committer
Mark Spencer
<markster@digium.com>
Sat, 9 Aug 2003 23:45:36 +0000
(23:45 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1283
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_voicemail2.c
patch
|
blob
|
history
diff --git
a/apps/app_voicemail2.c
b/apps/app_voicemail2.c
index
54c9e2d
..
4223504
100755
(executable)
--- a/
apps/app_voicemail2.c
+++ b/
apps/app_voicemail2.c
@@
-2084,7
+2084,7
@@
static int play_datetime_format(struct ast_channel *chan, time_t time, struct vm
case 'P':
case 'p':
/* AM/PM */
- if ((tm.tm_hour == 0) || (tm.tm_hour > 12))
+ if ((tm.tm_hour == 0) || (tm.tm_hour > 11))
snprintf(nextmsg,sizeof(nextmsg), DIGITS_DIR "p-m");
else
snprintf(nextmsg,sizeof(nextmsg), DIGITS_DIR "a-m");