Merged revisions 61645 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r61645 | russell | 2007-04-13 12:10:19 -0500 (Fri, 13 Apr 2007) | 3 lines

Eliminate a compiler warning with ODBC_STORAGE enabled so that it will build
under dev-mode.

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@61647 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant 2007-04-13 17:15:45 +00:00
parent 901413c76c
commit 710a2e8ea6
1 changed files with 1 additions and 1 deletions

View File

@ -1392,7 +1392,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];