summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-10-11 21:30:20 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-10-11 21:30:20 +0100
commit5a1b4034278a721d228c6e1c71588bc33803edf4 (patch)
treec6c38d5fe20900d42f86dacd150fe91b4ea0027d /examples
parent74687b5e942a71f4286121d0d2f0515cc3f3fc16 (diff)
downloadlibdom-5a1b4034278a721d228c6e1c71588bc33803edf4.tar.gz
libdom-5a1b4034278a721d228c6e1c71588bc33803edf4.tar.bz2
Update. Still broken.
Diffstat (limited to 'examples')
-rw-r--r--examples/dom-structure-dump.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/dom-structure-dump.c b/examples/dom-structure-dump.c
index e307f0f..e6af3b7 100644
--- a/examples/dom-structure-dump.c
+++ b/examples/dom-structure-dump.c
@@ -79,7 +79,8 @@ dom_document *create_doc_dom_from_file(char *file)
unsigned char buffer[buffer_size];
/* Create Hubbub parser */
- parser = dom_hubbub_parser_create(NULL, true, test_msg, NULL);
+ parser = dom_hubbub_parser_create(NULL, true, false, test_msg, NULL,
+ NULL, NULL);
if (parser == NULL) {
printf("Can't create Hubbub Parser\n");
return NULL;