sascha points out this is more purdy-like

This commit is contained in:
Sterling Hughes 2003-05-26 01:03:51 +00:00
parent ce91e18377
commit 97b5a5df4f

View File

@ -222,7 +222,7 @@ sxe_property_get_ptr(zval *object, zval *member TSRMLS_DC)
property = sxe_property_read(object, member TSRMLS_CC);
zval_add_ref(&property);
memcpy(property_ptr, &property, sizeof(zval *));
*property_ptr = property;
return property_ptr;
}