From fea238807788e7d16e157bda5c9e37ad72b86e2b Mon Sep 17 00:00:00 2001 From: tilghman Date: Tue, 22 May 2007 02:41:55 +0000 Subject: Fix for 64-bit platform git-svn-id: http://svn.digium.com/svn/asterisk/trunk@65313 f38db490-d61c-443f-a65b-d21fe96a405b --- cdr/cdr_adaptive_odbc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdr/cdr_adaptive_odbc.c b/cdr/cdr_adaptive_odbc.c index 092aa14dd..7e5a7f856 100644 --- a/cdr/cdr_adaptive_odbc.c +++ b/cdr/cdr_adaptive_odbc.c @@ -305,7 +305,7 @@ static int odbc_log(struct ast_cdr *cdr) char *sql = ast_calloc(sizeof(char), sizesql), *sql2 = ast_calloc(sizeof(char), sizesql2), *tmp; char colbuf[1024], *colptr; SQLHSTMT stmt = NULL; - SQLINTEGER rows = 0; + SQLLEN rows = 0; if (AST_RWLIST_RDLOCK(&odbc_tables)) { ast_log(LOG_ERROR, "Unable to lock table list. Insert CDR(s) failed.\n"); -- cgit v1.2.3