diff options
author | Pierre Joye <pajoye@php.net> | 2010-02-01 21:20:07 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2010-02-01 21:20:07 +0000 |
commit | 497decc7e80a95f90432cf4659715a23f3c74566 (patch) | |
tree | 73f1d938ef80df30943ee97a05019ed72086e7af | |
parent | 62e6de389f2ba33f23b39b9cb47732a8fbc1002e (diff) | |
download | php-git-497decc7e80a95f90432cf4659715a23f3c74566.tar.gz |
- missing patch (update to 0.9.3)
-rw-r--r-- | ext/zip/lib/zipint.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 *); |