Skip to content

Commit 329cbbd

Browse files
authored
Fixed build with clang
1 parent fc13fed commit 329cbbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ibase_query.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -797,6 +797,7 @@ static int _php_ibase_bind(XSQLDA *sqlda, zval *b_vars, BIND_BUF *buf, /* {{{ */
797797
*(bool *)var->sqldata = zend_is_true(b_var) ? 1 : 0;
798798
break;
799799
case IS_STRING:
800+
{
800801
zend_long lval;
801802
double dval;
802803

@@ -824,6 +825,7 @@ static int _php_ibase_bind(XSQLDA *sqlda, zval *b_vars, BIND_BUF *buf, /* {{{ */
824825
}
825826
}
826827
break;
828+
}
827829
case IS_NULL:
828830
buf[i].sqlind = -1;
829831
break;

0 commit comments

Comments
 (0)