Skip to content
Snippets Groups Projects
Commit 16e33c37 authored by Joshua Colp's avatar Joshua Colp
Browse files

Restore building under 64-bit platforms.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@88197 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 2902601e
Branches
Tags
No related merge requests found
......@@ -145,7 +145,7 @@ static int odbc_log(struct ast_cdr *cdr)
stmt = ast_odbc_prepare_and_execute(obj, prepare_cb, cdr);
if (stmt) {
SQLINTEGER rows = 0;
SQLLEN rows = 0;
SQLRowCount(stmt, &rows);
SQLFreeHandle(SQL_HANDLE_STMT, stmt);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment