From 497decc7e80a95f90432cf4659715a23f3c74566 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Mon, 1 Feb 2010 21:20:07 +0000 Subject: [PATCH] - missing patch (update to 0.9.3) --- ext/zip/lib/zipint.h | 4 ++-- 1 file 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 *); -- 2.50.1