summaryrefslogtreecommitdiff
path: root/src/html/html_document.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/html/html_document.c')
-rw-r--r--src/html/html_document.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html/html_document.c b/src/html/html_document.c
index 7f29a5d..a27fcaa 100644
--- a/src/html/html_document.c
+++ b/src/html/html_document.c
@@ -348,7 +348,7 @@ dom_exception _dom_html_document_get_title(dom_html_document *doc,
} else {
dom_element *node;
dom_nodelist *nodes;
- unsigned long len;
+ uint32_t len;
exc = dom_document_get_elements_by_tag_name(doc,
doc->memoised[hds_TITLE],