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:
fe46a4c
)
Fix silly typo
author
Mark Spencer
<markster@digium.com>
Fri, 7 Nov 2003 06:31:54 +0000
(06:31 +0000)
committer
Mark Spencer
<markster@digium.com>
Fri, 7 Nov 2003 06:31:54 +0000
(06:31 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1705
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
3cdf239
..
a6487b9
100755
(executable)
--- a/
apps/app_voicemail2.c
+++ b/
apps/app_voicemail2.c
@@
-1592,7
+1592,6
@@
static void adsi_message(struct ast_channel *chan, char *folder, int msg, int la
int bytes=0;
char buf[256], buf1[256], buf2[256];
char fn2[256];
- bytes += adsi_voice_mode(buf + bytes, 0);
char cid[256]="";
char *val;