]> granicus.if.org Git - php/commitdiff
- missing patch (update to 0.9.3)
authorPierre Joye <pajoye@php.net>
Mon, 1 Feb 2010 21:20:07 +0000 (21:20 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 1 Feb 2010 21:20:07 +0000 (21:20 +0000)
ext/zip/lib/zipint.h

index f1514c5b6aeea9d814d3f1cd105ea4788f3e9536..d72ed144d422d6364d6da4be3a8c045ace4993a8 100644 (file)
@@ -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 *);