Skip to content

Commit fc13fed

Browse files
authored
Update ibase_query.c
1 parent ccfaaed commit fc13fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibase_query.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ static int _php_ibase_bind(XSQLDA *sqlda, zval *b_vars, BIND_BUF *buf, /* {{{ */
825825
}
826826
break;
827827
case IS_NULL:
828-
*var->sqlind = -1;
828+
buf[i].sqlind = -1;
829829
break;
830830
default:
831831
_php_ibase_module_error("Parameter %d: must be boolean", i+1);

0 commit comments

Comments
 (0)