Adjust previous fix

This commit is contained in:
Ilia Alshanetsky 2009-02-24 23:55:14 +00:00
parent 823679162d
commit 4b8064c927

View file

@ -780,6 +780,7 @@ static int php_zip_property_reader(ze_zip_object *obj, zip_prop_handler *hnd, zv
} else { } else {
if (hnd->read_const_char_from_obj_func) { if (hnd->read_const_char_from_obj_func) {
retchar = hnd->read_const_char_from_obj_func(obj TSRMLS_CC); retchar = hnd->read_const_char_from_obj_func(obj TSRMLS_CC);
len = strlen(retchar);
} }
} }
} }