1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-30 22:43:14 +03:00

fix needed when HTTP is not compiled in by Mark Vakoc Daniel

* xmlIO.c: fix needed when HTTP is not compiled in by Mark Vakoc
Daniel
This commit is contained in:
Daniel Veillard
2003-10-29 17:23:05 +00:00
parent 94394cd1e4
commit 28232438a0
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Wed Oct 29 18:21:00 CET 2003 Daniel Veillard <daniel@veillard.com>
* xmlIO.c: fix needed when HTTP is not compiled in by Mark Vakoc
Wed Oct 29 18:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
* xpath.c: more fixes about unregistering objects

View File

@ -2188,9 +2188,7 @@ xmlOutputBufferCreateFilename(const char *URI,
void *context = NULL;
char *unescaped;
#ifdef LIBXML_HTTP_ENABLED
int is_http_uri = 0; /* Can't change if HTTP disabled */
#endif
if (xmlOutputCallbackInitialized == 0)
xmlRegisterDefaultOutputCallbacks();