quakeforge/libs
Bill Currie d8a37bc791 Correct the usage of gzFile.
Thanks to spirit for pointing that QF wasn't compiling with zlib 1.2.6
(archlinux, not yet in debian).

I was using gzFile as "gzFile *gzfile", but gzFile is already a pointer. In
older versions of zlib (including the 1.2.3 that's in debian), gzFile is
declared as a void *, and it seems that gcc is happy with assigning void **
to void *. However, in recent zlib, gzFile is now struct gzFile_s *, which
gcc is most definitely unhappy about assigning to struct gzFile **.

I just hope that either I had misread the type back when I wrote quakeio,
or that nobody is using such an ancient zlib.
2012-02-13 09:00:31 +09:00
..
audio Use QF_NEED for plugins. 2012-02-12 11:37:25 +09:00
console Use QF_NEED for plugins. 2012-02-12 11:37:25 +09:00
gamecode Do an audit of the Makefile.am files. 2012-02-07 16:04:19 +09:00
gib Move bi_gib.c from ruamoko to gib. 2012-02-09 10:00:54 +09:00
image Do an audit of the Makefile.am files. 2012-02-07 16:04:19 +09:00
models Use QF_NEED for the renderer and model libraries. 2012-02-10 13:29:45 +09:00
net Do an audit of the Makefile.am files. 2012-02-07 16:04:19 +09:00
qw Rename Sys_DPrintf to Sys_MaskPrintf. 2010-11-26 16:19:26 +09:00
ruamoko Move bi_gib.c from ruamoko to gib. 2012-02-09 10:00:54 +09:00
util Correct the usage of gzFile. 2012-02-13 09:00:31 +09:00
video Use QF_NEED for the renderer and model libraries. 2012-02-10 13:29:45 +09:00
Makefile.am Move bi_gib.c from ruamoko to gib. 2012-02-09 10:00:54 +09:00