[Freeswitch-svn] [commit] r6111 - freeswitch/trunk/src
Freeswitch SVN
anthm at freeswitch.org
Wed Oct 31 17:03:15 EDT 2007
Author: anthm
Date: Wed Oct 31 17:03:15 2007
New Revision: 6111
Modified:
freeswitch/trunk/src/switch_odbc.c
Log:
fix tupe
Modified: freeswitch/trunk/src/switch_odbc.c
==============================================================================
--- freeswitch/trunk/src/switch_odbc.c (original)
+++ freeswitch/trunk/src/switch_odbc.c Wed Oct 31 17:03:15 2007
@@ -185,7 +185,7 @@
{
int ret = 0;
SQLHSTMT stmt = NULL;
- SQLINTEGER m = 0;
+ SQLLEN m = 0;
int result;
switch_event_t *event;
switch_odbc_status_t recon = 0;
@@ -305,7 +305,7 @@
{
SQLHSTMT stmt = NULL;
SQLSMALLINT c = 0, x = 0;
- SQLINTEGER m = 0, t = 0;
+ SQLLEN m = 0, t = 0;
int result;
assert(callback != NULL);
More information about the Freeswitch-svn
mailing list