portableproplib: fix gzFile to make it work with zlib-1.2.6.
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user