You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-fps/quakeforge/files/quakeforge-0.5.5-zlib-1.2.6...

15 lines
389 B

http://bugs.gentoo.org/421547
http://quake.git.sourceforge.net/git/gitweb.cgi?p=quake/quakeforge;a=commit;h=d8a37bc7910366904ef4559bef3b13feec378113
--- libs/util/quakeio.c
+++ libs/util/quakeio.c
@@ -80,7 +80,7 @@ static __attribute__ ((used)) const char rcsid[] =
struct QFile_s {
FILE *file;
#ifdef HAVE_ZLIB
- gzFile *gzfile;
+ gzFile gzfile;
#endif
off_t size;
off_t start;