From 4614d0baf2abdedb8ae7d62ec47dae9bc52979a5 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Tue, 29 Jan 2008 21:46:34 +0000 Subject: [PATCH] fix switch_odbc build from intralanman git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7432 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_odbc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_odbc.c b/src/switch_odbc.c index 6479329a48..ea1ed0b185 100644 --- a/src/switch_odbc.c +++ b/src/switch_odbc.c @@ -355,7 +355,7 @@ SWITCH_DECLARE(switch_odbc_status_t) switch_odbc_handle_callback_exec(switch_odb for (x = 1; x <= c; x++) { SQLSMALLINT NameLength, DataType, DecimalDigits, Nullable; - SQLUINTEGER ColumnSize; + SQLULEN ColumnSize; names[y] = malloc(name_len); memset(names[y], 0, name_len);