Skip to content

Commit

Permalink
fixed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vrogier committed Feb 21, 2018
1 parent 34333f6 commit f32a552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resultset.c
Original file line number Diff line number Diff line change
Expand Up @@ -1331,7 +1331,7 @@ boolean OCI_API OCI_SetStructNumericType
OCI_CALL_CHECK_COMPAT(rs->stmt->con, OCI_CDT_NUMERIC == rs->defs[index - 1].col.datatype);
OCI_CALL_CONTEXT_SET_FROM_STMT(rs->stmt)

rs->defs[index-1].col.struct_subtype = type;
rs->defs[index-1].col.struct_subtype = (ub2) type;

OCI_RETVAL = OCI_STATUS;

Expand Down

0 comments on commit f32a552

Please sign in to comment.