summaryrefslogtreecommitdiff
path: root/test/tree2.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-10-14 15:44:05 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-10-14 15:44:05 +0000
commit6df8f99a707326655b4f285920f19fef6d9eb90a (patch)
tree893e8d1ff525027eb482957c259d8885c3436ae2 /test/tree2.c
parent58837fe7fb2196d39f09425329087b6b48aace46 (diff)
downloadlibhubbub-6df8f99a707326655b4f285920f19fef6d9eb90a.tar.gz
libhubbub-6df8f99a707326655b4f285920f19fef6d9eb90a.tar.bz2
Fixup dubious charsets
svn path=/trunk/hubbub/; revision=5575
Diffstat (limited to 'test/tree2.c')
-rw-r--r--test/tree2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tree2.c b/test/tree2.c
index 3e1e79e..3a9b5ad 100644
--- a/test/tree2.c
+++ b/test/tree2.c
@@ -145,7 +145,7 @@ static hubbub_parser *setup_parser(void)
hubbub_parser *parser;
hubbub_parser_optparams params;
- parser = hubbub_parser_create("UTF-8", myrealloc, NULL);
+ parser = hubbub_parser_create("UTF-8", false, myrealloc, NULL);
assert(parser != NULL);
params.tree_handler = &tree_handler;