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 | a6c3ac1016b441b6b313badc18569c2ef56bba1a (patch) | |
| tree | ea3f92967bfdbfae1d7df00517121005055f5427 /ext/zip/lib | |
| parent | 3ef47217d7b96a92de3497859f246b6de04681e8 (diff) | |
| download | php-git-a6c3ac1016b441b6b313badc18569c2ef56bba1a.tar.gz | |
- missing patch (update to 0.9.3)
Diffstat (limited to 'ext/zip/lib')
| -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 *); |
