From 7f0818c80cf6aca8f50a637a0f1c3bd5e810e227 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 5 Mar 2009 11:00:00 +0000 Subject: Make hubbub parser binding build trees correctly (credit: Bo Yang) svn path=/trunk/dom/; revision=6711 --- test/lib/testobject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/lib') diff --git a/test/lib/testobject.c b/test/lib/testobject.c index a0ab835..4c27e0b 100644 --- a/test/lib/testobject.c +++ b/test/lib/testobject.c @@ -114,7 +114,7 @@ TestObject *test_object_create(int argc, char **argv, snprintf(abuf, sizeof abuf, "%s/Aliases", argv[1]); ret->parser.html = dom_hubbub_parser_create(abuf, - NULL, "UTF-8", myrealloc, NULL, mymsg, NULL); + NULL, true, myrealloc, NULL, mymsg, NULL); if (ret->parser.html == NULL) { free(ret); return NULL; -- cgit v1.2.3