1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-01-26 10:03:34 +03:00

fixed bug #307503 misplaced #ifdef Daniel

* xmlIO.c: fixed bug #307503 misplaced #ifdef
Daniel
This commit is contained in:
Daniel Veillard 2005-07-03 14:42:56 +00:00
parent de0e498b42
commit 8fcd2cacd3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Sun Jul 3 16:42:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
* xmlIO.c: fixed bug #307503 misplaced #ifdef
Sun Jul 3 16:34:47 CEST 2005 Daniel Veillard <daniel@veillard.com>
* runsuite.c: expanded test

View File

@ -2250,9 +2250,9 @@ __xmlOutputBufferCreateFilename(const char *URI,
puri = xmlParseURI(URI);
if (puri != NULL) {
#ifdef HAVE_ZLIB_H
if ((puri->scheme != NULL) &&
(!xmlStrEqual(BAD_CAST puri->scheme, BAD_CAST "file")))
#ifdef HAVE_ZLIB_H
is_file_uri = 0;
#endif
/*