summaryrefslogtreecommitdiff
path: root/xinclude.c
diff options
context:
space:
mode:
authorMike Hommey <glandium@debian.org>2005-03-27 13:13:58 +0000
committerMike Hommey <glandium@debian.org>2005-03-27 13:13:58 +0000
commit50e5b428562964b1eb2f876370058b34b47c5e90 (patch)
treec66bcae6dbbce07128ee881353ff60090524462c /xinclude.c
parenta7457388701e6ccba9091ba3ec09505dc903b758 (diff)
downloadlibxml2-50e5b428562964b1eb2f876370058b34b47c5e90.tar.gz
Load /tmp/tmp.XJZ6qc/libxml2-2.6.18 intoupstream/2.6.18
packages/libxml2/branches/upstream/current.
Diffstat (limited to 'xinclude.c')
-rw-r--r--xinclude.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xinclude.c b/xinclude.c
index 1e0a603..2e7d884 100644
--- a/xinclude.c
+++ b/xinclude.c
@@ -451,7 +451,7 @@ xmlXIncludeParseFile(xmlXIncludeCtxtPtr ctxt, const char *URL) {
if ((pctxt->directory == NULL) && (directory != NULL))
pctxt->directory = (char *) xmlStrdup((xmlChar *) directory);
- pctxt->loadsubset = XML_DETECT_IDS;
+ pctxt->loadsubset |= XML_DETECT_IDS;
xmlParseDocument(pctxt);