Fixed compilation error

This commit is contained in:
Dmitry Stogov 2005-10-06 06:27:27 +00:00
parent 93dcfb79de
commit 362f3fd7ea

View file

@ -1083,7 +1083,7 @@ static zval *sxe_get_value(zval *z TSRMLS_DC)
MAKE_STD_ZVAL(retval); MAKE_STD_ZVAL(retval);
if (sxe_object_cast(z, retval, IS_STRING, 0 TSRMLS_CC)==FAILURE) { if (sxe_object_cast(z, retval, IS_STRING TSRMLS_CC)==FAILURE) {
zend_error(E_ERROR, "Unable to cast node to string"); zend_error(E_ERROR, "Unable to cast node to string");
/* FIXME: Should not be fatal */ /* FIXME: Should not be fatal */
} }