From 16d8d60be2ef0a79387d2f821e0d49254d6bb07f Mon Sep 17 00:00:00 2001 From: russell Date: Fri, 13 Apr 2007 17:10:19 +0000 Subject: 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 --- apps/app_voicemail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- cgit v1.2.3