aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-13 17:10:19 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-04-13 17:10:19 +0000
commit16d8d60be2ef0a79387d2f821e0d49254d6bb07f (patch)
tree5a8e1d43f122ea33900f20c9737b793cf3367e78
parent925c6600aefd19246339d775f3223a84d9b93ddd (diff)
Eliminate a compiler warning with ODBC_STORAGE enabled so that it will build
under dev-mode. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@61645 f38db490-d61c-443f-a65b-d21fe96a405b
-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 464e40c3a..29ecd100a 100644
--- a/apps/app_voicemail.c
+++ b/apps/app_voicemail.c
@@ -1347,7 +1347,7 @@ static int store_file(char *dir, char *mailboxuser, char *mailboxcontext, int ms
void *fdm = MAP_FAILED;
size_t fdlen = -1;
SQLHSTMT stmt;
- SQLINTEGER len;
+ SQLLEN len;
char sql[PATH_MAX];
char msgnums[20];
char fn[PATH_MAX];