1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +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

@ -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();