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
commitc6737aa71866845c96dd012acab03154436feb24 (patch)
treec6c38d5fe20900d42f86dacd150fe91b4ea0027d /examples
parenta0b366045ca57b359df4c6727d057d3b2f55b932 (diff)
downloadlibdom-c6737aa71866845c96dd012acab03154436feb24.tar.gz
libdom-c6737aa71866845c96dd012acab03154436feb24.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;