portableproplib: fix gzFile to make it work with zlib-1.2.6.
This commit is contained in:
parent
7628561518
commit
a5c0513686
@ -815,7 +815,7 @@ bool
|
|||||||
_prop_object_externalize_write_file(const char *fname, const char *xml,
|
_prop_object_externalize_write_file(const char *fname, const char *xml,
|
||||||
size_t len, bool do_compress)
|
size_t len, bool do_compress)
|
||||||
{
|
{
|
||||||
gzFile *gzf = NULL;
|
gzFile gzf = NULL;
|
||||||
char tname[PATH_MAX];
|
char tname[PATH_MAX];
|
||||||
#ifndef HAVE_STRLCAT
|
#ifndef HAVE_STRLCAT
|
||||||
char *otname;
|
char *otname;
|
||||||
|
Loading…
Reference in New Issue
Block a user