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:
dff07f8
)
Fix breakage caused by #12028. (Closes issue #12535)
author
Tilghman Lesher
<tilghman@meg.abyt.es>
Mon, 28 Apr 2008 04:30:02 +0000
(
04:30
+0000)
committer
Tilghman Lesher
<tilghman@meg.abyt.es>
Mon, 28 Apr 2008 04:30:02 +0000
(
04:30
+0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114706
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_voicemail.c
patch
|
blob
|
history
diff --git
a/apps/app_voicemail.c
b/apps/app_voicemail.c
index
0e96a6d
..
f5c79ba
100644
(file)
--- a/
apps/app_voicemail.c
+++ b/
apps/app_voicemail.c
@@
-442,7
+442,7
@@
static char odbc_database[80];
static char odbc_table[80];
#define RETRIEVE(a,b,c,d) retrieve_file(a,b)
#define DISPOSE(a,b) remove_file(a,b)
-#define STORE(a,b,c,d,e,f,g,h,i) store_file(a,b,c,d)
+#define STORE(a,b,c,d,e,f,g,h,i,j) store_file(a,b,c,d)
#define EXISTS(a,b,c,d) (message_exists(a,b))
#define RENAME(a,b,c,d,e,f,g,h) (rename_file(a,b,c,d,e,f))
#define COPY(a,b,c,d,e,f,g,h) (copy_file(a,b,c,d,e,f))