]> granicus.if.org Git - php/commitdiff
fix build
authorAntony Dovgal <tony2001@php.net>
Mon, 19 Jul 2004 07:35:41 +0000 (07:35 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 19 Jul 2004 07:35:41 +0000 (07:35 +0000)
ext/oci8/oci8.c

index 3f46fb4e33098be8091b1020253d9ef8d8684492..43f3fbcebf3c1bfd12436583c49386daecf49c1b 100644 (file)
@@ -880,7 +880,7 @@ static int _oci_bind_post_exec(void *data TSRMLS_DC)
 
        if (bind->indicator == -1) { /* NULL */
                zval *val = bind->zval;
-               if (Z_TYPE_P(val) == IS_STRING)) {
+               if (Z_TYPE_P(val) == IS_STRING) {
                        *Z_STRVAL_P(val) = '\0'; /* XXX avoid warning in debug mode */
                }
                zval_dtor(val);