mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
fix windows build
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4868 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -1340,7 +1340,7 @@ static char *sofia_glue_execute_sql2str_odbc(sofia_profile_t *profile, switch_mu
|
||||
}
|
||||
|
||||
SQLDescribeCol(stmt, 1, name, sizeof(name), &NameLength, &DataType, &ColumnSize, &DecimalDigits, &Nullable);
|
||||
SQLGetData(stmt, 1, SQL_C_CHAR, (SQLCHAR *)resbuf, len, NULL);
|
||||
SQLGetData(stmt, 1, SQL_C_CHAR, (SQLCHAR *)resbuf, (SQLINTEGER)len, NULL);
|
||||
SQLFreeHandle(SQL_HANDLE_STMT, stmt);
|
||||
ret = resbuf;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user