summaryrefslogtreecommitdiff
path: root/apps/app_voicemail.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2008-04-28 04:30:02 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2008-04-28 04:30:02 +0000
commitff2ca49cd0d44cc7f14a54ceea4029c44cda52ee (patch)
tree209b2f0b466780c9e0e0aec0c807b94c15903eb9 /apps/app_voicemail.c
parentdff07f833c04ae21f6efbf903a9484e30e7d2fde (diff)
Fix breakage caused by #12028. (Closes issue #12535)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@114706 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_voicemail.c')
-rw-r--r--apps/app_voicemail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c
index 0e96a6d9d..f5c79ba1e 100644
--- 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))