diff options
Diffstat (limited to 'src/xml.c')
-rw-r--r-- | src/xml.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xml.c b/src/xml.c index a3919db4ecd..a686e55f0b0 100644 --- a/src/xml.c +++ b/src/xml.c @@ -86,7 +86,7 @@ parse_region (Lisp_Object start, Lisp_Object end, Lisp_Object base_url, int html LIBXML_TEST_VERSION; validate_region (&start, &end); - + istart = XINT (start); iend = XINT (end); @@ -100,7 +100,7 @@ parse_region (Lisp_Object start, Lisp_Object end, Lisp_Object base_url, int html } bytes = CHAR_TO_BYTE (iend) - CHAR_TO_BYTE (istart); - + if (htmlp) doc = htmlReadMemory (BYTE_POS_ADDR (CHAR_TO_BYTE (istart)), bytes, burl, "utf-8", |