summaryrefslogtreecommitdiff
path: root/examples/dom-structure-dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dom-structure-dump.c')
-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;