diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2009-02-24 23:55:14 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2009-02-24 23:55:14 +0000 |
commit | 4b8064c9271e481e53af037c80712cc6080de89c (patch) | |
tree | 27fb0d67000bf651c66113d23ee036ccad8a836e /ext/zip/php_zip.c | |
parent | 823679162d2029209a3b6f3a88120e3c6b2ccfe3 (diff) | |
download | php-git-4b8064c9271e481e53af037c80712cc6080de89c.tar.gz |
Adjust previous fix
Diffstat (limited to 'ext/zip/php_zip.c')
-rw-r--r-- | ext/zip/php_zip.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/zip/php_zip.c b/ext/zip/php_zip.c index 29f7ac69a8..e0b6579448 100644 --- a/ext/zip/php_zip.c +++ b/ext/zip/php_zip.c @@ -780,6 +780,7 @@ static int php_zip_property_reader(ze_zip_object *obj, zip_prop_handler *hnd, zv } else { if (hnd->read_const_char_from_obj_func) { retchar = hnd->read_const_char_from_obj_func(obj TSRMLS_CC); + len = strlen(retchar); } } } |