aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/bind.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/odbc/bind.c')
-rw-r--r--src/interfaces/odbc/bind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/odbc/bind.c b/src/interfaces/odbc/bind.c
index b7303c47859..4635706a866 100644
--- a/src/interfaces/odbc/bind.c
+++ b/src/interfaces/odbc/bind.c
@@ -340,7 +340,7 @@ PGAPI_ParamOptions(
mylog("%s: entering... %d %x\n", func, crow, pirow);
stmt->options.paramset_size = crow;
- stmt->options.param_processed_ptr = pirow;
+ stmt->options.param_processed_ptr = (SQLUINTEGER *)pirow;
return SQL_SUCCESS;
}