aboutsummaryrefslogtreecommitdiffstats
path: root/src/xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xml.c')
-rw-r--r--src/xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml.c b/src/xml.c
index 43eef260a99..16907d4b44a 100644
--- a/src/xml.c
+++ b/src/xml.c
@@ -96,7 +96,7 @@ parse_region (Lisp_Object start, Lisp_Object end, Lisp_Object base_url, int html
96 if (! NILP (base_url)) 96 if (! NILP (base_url))
97 { 97 {
98 CHECK_STRING (base_url); 98 CHECK_STRING (base_url);
99 burl = SDATA (base_url); 99 burl = SSDATA (base_url);
100 } 100 }
101 101
102 bytes = CHAR_TO_BYTE (iend) - CHAR_TO_BYTE (istart); 102 bytes = CHAR_TO_BYTE (iend) - CHAR_TO_BYTE (istart);