From: Pierre Joye Date: Mon, 1 Feb 2010 21:20:07 +0000 (+0000) Subject: - missing patch (update to 0.9.3) X-Git-Tag: php-5.4.0alpha1~336 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6c3ac1016b441b6b313badc18569c2ef56bba1a;p=php - missing patch (update to 0.9.3) --- diff --git a/ext/zip/lib/zipint.h b/ext/zip/lib/zipint.h index f1514c5b6a..d72ed144d4 100644 --- a/ext/zip/lib/zipint.h +++ b/ext/zip/lib/zipint.h @@ -219,8 +219,8 @@ int _zip_cdir_write(struct zip_cdir *, FILE *, struct zip_error *); void _zip_dirent_finalize(struct zip_dirent *); void _zip_dirent_init(struct zip_dirent *); -int _zip_dirent_read(struct zip_dirent *, FILE *, - unsigned char **, unsigned int, int, struct zip_error *); +int _zip_dirent_read(struct zip_dirent *, FILE *, unsigned char **, + unsigned int *, int, struct zip_error *); void _zip_dirent_torrent_normalize(struct zip_dirent *); int _zip_dirent_write(struct zip_dirent *, FILE *, int, struct zip_error *);