[svn-commits] russell: branch 1.4 r61645 - /branches/1.4/apps/app_voicemail.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Fri Apr 13 10:10:19 MST 2007


Author: russell
Date: Fri Apr 13 12:10:19 2007
New Revision: 61645

URL: http://svn.digium.com/view/asterisk?view=rev&rev=61645
Log:
Eliminate a compiler warning with ODBC_STORAGE enabled so that it will build
under dev-mode.

Modified:
    branches/1.4/apps/app_voicemail.c

Modified: branches/1.4/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_voicemail.c?view=diff&rev=61645&r1=61644&r2=61645
==============================================================================
--- branches/1.4/apps/app_voicemail.c (original)
+++ branches/1.4/apps/app_voicemail.c Fri Apr 13 12:10:19 2007
@@ -1347,7 +1347,7 @@
 	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];



More information about the svn-commits mailing list