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:
@ -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>
|
Wed Oct 29 18:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* xpath.c: more fixes about unregistering objects
|
* xpath.c: more fixes about unregistering objects
|
||||||
|
2
xmlIO.c
2
xmlIO.c
@ -2188,9 +2188,7 @@ xmlOutputBufferCreateFilename(const char *URI,
|
|||||||
void *context = NULL;
|
void *context = NULL;
|
||||||
char *unescaped;
|
char *unescaped;
|
||||||
|
|
||||||
#ifdef LIBXML_HTTP_ENABLED
|
|
||||||
int is_http_uri = 0; /* Can't change if HTTP disabled */
|
int is_http_uri = 0; /* Can't change if HTTP disabled */
|
||||||
#endif
|
|
||||||
|
|
||||||
if (xmlOutputCallbackInitialized == 0)
|
if (xmlOutputCallbackInitialized == 0)
|
||||||
xmlRegisterDefaultOutputCallbacks();
|
xmlRegisterDefaultOutputCallbacks();
|
||||||
|
Reference in New Issue
Block a user