portableproplib: fix gzFile to make it work with zlib-1.2.6.

This commit is contained in:
Juan RP 2012-02-16 08:51:00 +01:00
parent 7628561518
commit a5c0513686

View File

@ -815,7 +815,7 @@ bool
_prop_object_externalize_write_file(const char *fname, const char *xml,
size_t len, bool do_compress)
{
gzFile *gzf = NULL;
gzFile gzf = NULL;
char tname[PATH_MAX];
#ifndef HAVE_STRLCAT
char *otname;